Fix procfs.c compilation
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
5a485b38
NC
12018-06-11 Nick Clifton <nickc@redhat.com>
2
3 * po/es.po: Updated Spanish translation.
4
55e99962
L
52018-06-01 H.J. Lu <hongjiu.lu@intel.com>
6
7 * configure: Regenerated.
8
0034eed0
AM
92018-05-31 Alan Modra <amodra@gmail.com>
10
11 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
12 set CC_FOR_TARGET. Run test non-native.
13 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
14 Likewise.
15 (test_follow_debuglink): Run test non-native.
16
1869e86f
AB
172018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
18
19 PR 23107
20 * ar.c (display_offsets): New variable.
21 (usage): Add description of 'O' operator.
22 (decode_option): Handle 'O' operator.
23 (print_descr): Pass display_offsets to print_arelt_descr.
24 * arsup.c: Update call to printy_arelt_descr.
25 * objdump.c: Likewise.
26 * bucomm.c (print_arelt_descr): If offsets parameter is true then
27 display offset of archive element within the archive.
28 * bucomm.h: Update prototype for print_arelt_descr.
29 * doc/binutils.texi: Update description of ar command.
30 * NEWS: Mention the new feature.
31 * testsuite/binutils-all/ar.exp: Add text of new feature.
32
bb3b5316
AM
332018-05-28 Alan Modra <amodra@gmail.com>
34
35 PR 23235
36 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
37 unsupported rather than fail on compile errors.
38 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
39 Likewise. Save and restore CFLAGS_FOR_TARGET.
40
7f999549
JW
412018-05-18 Kito Cheng <kito.cheng@gmail.com>
42
43 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
44
7b4ae824
JD
452018-05-18 John Darrington <john@darrington.wattle.id.au>
46
47 * readelf.c: Add support for s12z architecture.
48 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
49 targets.
50
f9830ec1
TC
512018-05-15 Tamar Christina <tamar.christina@arm.com>
52
53 PR binutils/21446
54 * doc/binutils.texi (-M): Document AArch64 options.
55
7d02540a
TC
562018-05-15 Tamar Christina <tamar.christina@arm.com>
57
58 PR binutils/21446
59 * doc/binutils.texi (-M): Document AArch64 options.
60 * NEWS: Document notes and warnings.
61
679ca975
AM
622018-05-15 Alan Modra <amodra@gmail.com>
63
64 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
65 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
66 and *uclinux* into *linux*.
67 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
68 strip-13 test, exclude arm-vxworks and arm-windiss.
69
637b1970
JD
702018-05-10 John Darrington <john@darrington.wattle.id.au>
71
72 * readelf.c (get_machine_name): EM_S12Z - handle new case.
73
60cb2c8a
AM
742018-05-09 Alan Modra <amodra@gmail.com>
75
76 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
77
84f9f8c3
AM
782018-05-09 Sebastian Rasmussen <sebras@gmail.com>
79
80 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
81
886d5428
AM
822018-05-08 Alan Modra <amodra@gmail.com>
83
84 PR 23141
85 * objcopy.c (is_strip_section): Strip groups without a valid
86 signature symbol.
87
ce4ec1a9
AM
882018-05-07 Alan Modra <amodra@gmail.com>
89
90 PR 23142
91 * objcopy.c (group_signature): Don't accept groups that use a
92 symbol table other than the one we've read.
93
fe944acf
FT
942018-04-30 Francois H. Theron <francois.theron@netronome.com>
95
96 * readelf.c: Very basic support for EM_NFP and its section types.
97 * testsuite/binutils-all/nfp: New directory.
98 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
99 tests.
100 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
101 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
102 * testsuite/binutils-all/nfp/test1.d: New file.
103 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
104 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
105 * NEWS: Mention the new support.
106
6d9dabbb
MR
1072018-04-27 Maciej W. Rozycki <macro@mips.com>
108
109 * testsuite/lib/binutils-common.exp (match_target): New procedure.
110 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
111 of `istarget' for matching with `target', `not-target', `skip'
112 and `not-skip' options.
113
0df8ad28
NC
1142018-04-26 Nick Clifton <nickc@redhat.com>
115
116 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
117 32-bit absolute reloc for the HPPA target.
118 * testsuite/binutils-all/note-5.d: New test.
119 * testsuite/binutils-all/note-5.s: Source file for new test.
120 * testsuite/binutils-all/objcopy.exp: Run new test.
121
f1ac0afe
CL
1222018-04-25 Christophe Lyon <christophe.lyon@st.com>
123
124 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
125 * testsuite/binutils-all/elfedit-3.d: Likewise.
126 * testsuite/binutils-all/objcopy.exp: Likewise.
127 * testsuite/binutils-all/strip-3.d: Likewise.
128 * testsuite/lib/binutils-common.exp: Likewise.
129
18a20338
CL
1302018-04-25 Christophe Lyon <christophe.lyon@st.com>
131 Mickaël Guêné <mickael.guene@st.com>
132
133 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
134 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
135
2ac93be7
AM
1362018-04-25 Alan Modra <amodra@gmail.com>
137
138 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
139 arm-coff support.
140 * testsuite/binutils-all/objcopy.exp: Likewise.
141 * testsuite/lib/binutils-common.exp: Likewise.
142
a7504f87
NC
1432018-04-18 Nick Clifton <nickc@redhat.com>
144
145 PR 23062
146 * dwarf.c (read_and_display_attr_value): Replace assertions with
147 test and warning message.
148
c65c21e1
AM
1492018-04-18 Alan Modra <amodra@gmail.com>
150
151 * testsuite/lib/binutils-common.exp: Remove support for assorted
152 aout targets.
153
6aea08d9
NC
1542018-04-17 Nick Clifton <nickc@redhat.com>
155
c4a91159 156 PR 23063
56d8f8a9
NC
157 * readelf.c (print_symbol): If the width is zero, return straight
158 away.
159
6aea08d9
NC
160 PR 23064
161 * dwarf.c (process_cu_tu_index): Test for a potential buffer
162 overrun before copying signature pointer.
163
f954747f
AM
1642018-04-17 Alan Modra <amodra@gmail.com>
165
166 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
167
d7867d17
AM
1682018-04-16 Alan Modra <amodra@gmail.com>
169
170 * readelf.c (get_machine_name): Correct typo.
171
ddb00039
AM
1722018-04-16 Alan Modra <amodra@gmail.com>
173
174 * configure.ac: Remove arm-epoc-pe support.
175 * dlltool.c: Likewise.
176 * configure: Regenerate.
177
c9098af4
AM
1782018-04-16 Alan Modra <amodra@gmail.com>
179
180 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
181 sparc-coff support.
182
dc12032b
AM
1832018-04-16 Alan Modra <amodra@gmail.com>
184
185 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
186 support.
187 * testsuite/binutils-all/copy-3.d: Likewise.
188 * testsuite/binutils-all/objcopy.exp: Likewise.
189 * testsuite/lib/binutils-common.exp: Likewise.
190
211dc24b
AM
1912018-04-16 Alan Modra <amodra@gmail.com>
192
193 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
194
a9a4b302
AM
1952018-04-16 Alan Modra <amodra@gmail.com>
196
197 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
198
04cb01fd
AM
1992018-04-16 Alan Modra <amodra@gmail.com>
200
201 * testsuite/binutils-all/objdump.exp: Remove we32k support.
202
c2bf1eec
AM
2032018-04-16 Alan Modra <amodra@gmail.com>
204
205 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
206 * testsuite/binutils-all/objdump.exp: Remove m88k support.
207
6793974d
AM
2082018-04-16 Alan Modra <amodra@gmail.com>
209
210 * readelf.c: Remove i370 support.
211 * testsuite/binutils-all/objdump.exp: Likewise.
212
e82aa794
AM
2132018-04-16 Alan Modra <amodra@gmail.com>
214
215 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
216 * testsuite/lib/binutils-common.exp: Likewise.
217
fe0bf0fd
AM
2182018-04-16 Alan Modra <amodra@gmail.com>
219
220 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
221
fdef3943
AM
2222018-04-16 Alan Modra <amodra@gmail.com>
223
224 * Makefile.am: Remove IEEE 695 support.
225 * budbg.h: Likewise.
226 * doc/binutils.texi: Likewise.
227 * makefile.vms: Likewise.
228 * objcopy.c: Likewise.
229 * objdump.c: Likewise.
230 * rddbg.c: Likewise.
231 * ieee.c: Delete.
232 * Makefile.in: Regenerate.
233 * po/POTFILES.in: Regenerate.
234
5972ac73
AM
2352018-04-16 Alan Modra <amodra@gmail.com>
236
237 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
238 * testsuite/binutils-all/nm.exp: Likewise.
239
b4b594e3
AM
2402018-04-16 Alan Modra <amodra@gmail.com>
241
242 * .gitignore: Remove netware support.
243 * Makefile.am: Likewise.
244 * configure.ac: Likewise.
245 * doc/Makefile.am: Likewise.
246 * doc/binutils.texi: Likewise.
247 * testsuite/binutils-all/nm.exp: Likewise.
248 * nlmconv.c: Delete.
249 * nlmconv.h: Delete.
250 * nlmheader.y: Delete.
251 * Makefile.in: Regenerate.
252 * configure: Regenerate.
253 * doc/Makefile.in: Regenerate.
254 * po/POTFILES.in: Regenerate.
255
fceadf09
AM
2562018-04-16 Alan Modra <amodra@gmail.com>
257
258 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
259
fb70ec17
AM
2602018-04-14 Alan Modra <amodra@gmail.com>
261
262 * readelf.c (get_machine_name): Revert 2018-04-11 change.
263
86c6c6df
NC
2642018-04-12 Nick Clifton <nickc@redhat.com>
265
266 PR 23050
267 * readelf.c (process_dynamic_section): Correct dynamic string
268 table size calculation.
269
a8eb42a8
AM
2702018-04-11 Alan Modra <amodra@gmail.com>
271
272 * ieee.c: Remove i960 support.
273 * od-macho.c: Remove i860 support.
274 * readelf.c: Remove i860 and i960 support.
275 * testsuite/binutils-all/objcopy.exp: Likewise.
276 * testsuite/binutils-all/objdump.exp: Likewise.
277 * testsuite/lib/binutils-common.exp: Likewise.
278
c43b2c54
MR
2792018-04-11 Maciej W. Rozycki <macro@mips.com>
280
281 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
282 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
283
d4ae1932
AM
2842018-04-10 Alan Modra <amodra@gmail.com>
285
286 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
287 reloc=11 for pru and reloc=50 for nds32.
288 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
289
d52e3d06
MR
2902018-04-09 Maciej W. Rozycki <macro@mips.com>
291
292 * testsuite/binutils-all/strip-15.d: New test.
293 * testsuite/binutils-all/strip-15rel.s: New test source.
294 * testsuite/binutils-all/strip-15rela.s: New test source.
295 * testsuite/binutils-all/strip-15mips64.s: New test source.
296 * testsuite/binutils-all/objcopy.exp: Run the new test.
297
3f97ba9f
MR
2982018-04-09 Maciej W. Rozycki <macro@mips.com>
299
300 * testsuite/binutils-all/strip-14.d: New test.
301 * testsuite/binutils-all/strip-14rel.s: New test source.
302 * testsuite/binutils-all/strip-14rela.s: New test source.
303 * testsuite/binutils-all/strip-14mips64.s: New test source.
304 * testsuite/binutils-all/objcopy.exp: Run the new test.
305
2008a0db
TT
3062018-04-06 Tom Tromey <tom@tromey.com>
307
308 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
309 constants from DWARF 5.
310
3cba8b6c
L
3112018-04-05 H.J. Lu <hongjiu.lu@intel.com>
312
313 PR gas/22318
314 * configure: Regenerated.
315
2d8c1a23
MR
3162018-04-05 Maciej W. Rozycki <macro@mips.com>
317
318 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
319 than `.dc.w' in second relocation.
320
65bd2045
MR
3212018-04-05 Maciej W. Rozycki <macro@mips.com>
322
323 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
324 relocation type 0x8f' error message.
325
2f8ceb38
MR
3262018-04-05 Maciej W. Rozycki <macro@mips.com>
327
328 * testsuite/binutils-all/strip-13.s: Rename to...
329 * testsuite/binutils-all/strip-13rela.s: ... this.
330 * testsuite/binutils-all/strip-13rel.s: New test source.
331 * testsuite/binutils-all/strip-13mips64.s: New test source.
332 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
333 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
334 `m68hc11-*' to `not-target' list.
335 * testsuite/binutils-all/objcopy.exp: Switch between sources for
336 `strip-13'.
337
aad7be45
MR
3382018-04-05 Maciej W. Rozycki <macro@mips.com>
339
340 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
341 241 (0xf1) for the relocation number and RELA addend.
342 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
343 `not-target' list.
344
89f60df2
JDA
3452018-04-04 John David Anglin <danglin@gcc.gnu.org>
346
347 * MAINTAINERS: Update my e-mail address.
348
f1ca0d6d
NC
3492018-04-04 Nick Clifton <nickc@redhat.com>
350
351 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
352
8fd75781
NC
3532018-03-23 Nick Clifton <nickc@redhat.com>
354
355 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
356 symbols.
357 (print_gnu_build_attribute_description): If no file start symbol
358 could be found, look for one two bytes into the file.
359 * testsuite/binutils-all/note-4-64.s: Set the address of the file
360 start symbol to two bytes into the file.
361 * testsuite/binutils-all/note-4-32.s: Likewise.
362
b1202ffa
L
3632018-03-21 H.J. Lu <hongjiu.lu@intel.com>
364
365 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
366 DF_1_WEAKFILTER and DF_1_NOCOMMON.
367
7e100140
NC
3682018-03-20 Nick Clifton <nickc@redhat.com>
369
370 * po/es.po: Updated Spanish translation.
371 * po/ru.po: Updated Russian translation.
372
e45ad123
NC
3732018-03-13 Nick Clifton <nickc@redhat.com>
374
375 PR 22957
376 * stabs.c (pop_binincl): Fail if the file index is off the end of
377 the stack.
378
81db3241
NC
3792018-03-13 Nick Clifton <nickc@redhat.com>
380
381 PR 22955
382 * stabs.c (parse_number): Add p_end parameter and use it to check
383 the validity of the pp parameter. Add checks to prevent walking
384 off the end of the string buffer.
385 (parse_stab_string): Likewise.
386 (parse_stab_type): Likewise.
387 (parse_stab_type_number): Likewise.
388 (parse_stab_range_type): Likewise.
389 (parse_stab_sun_builtin_type): Likewise.
390 (parse_stab_sun_floating_type): Likewise.
391 (parse_stab_enum_type): Likewise.
392 (parse_stab_struct_type): Likewise.
393 (parse_stab_baseclasses): Likewise.
394 (parse_stab_struct_fields): Likewise.
395 (parse_stab_cpp_abbrev): Likewise.
396 (parse_stab_one_struct_field): Likewise.
397 (parse_stab_members): Likewise.
398 (parse_stab_tilde_field): Likewise.
399 (parse_stab_array_type): Likewise.
e45ad123 400
81db3241
NC
401 * parse_stab: Compute the end of the string and then pass it on to
402 individual parser functions.
403
6d4f21f6
PP
4042018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
405
406 PR binutils/22923
407 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
408 overflow.
409
52fe4420
AM
4102018-03-07 Alan Modra <amodra@gmail.com>
411
412 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
413 * configure: Regenerate.
414
0e70b27b
L
4152018-03-05 H.J. Lu <hongjiu.lu@intel.com>
416
417 PR binutils/22911
418 * objdump.c (is_significant_symbol_name): Return TRUE for all
419 .plt* sections.
420 (find_symbol_for_address): Replace linear search with binary
421 search on dynamic relocations.
422
d11ae95e
NC
4232018-03-01 Nick Clifton <nickc@redhat.com>
424
425 PR 22905
426 * dwarf.c (display_debug_ranges): Check that the offset loaded
427 from the range_entry structure is valid.
428
e184813f
AM
4292018-03-01 Alan Modra <amodra@gmail.com>
430
431 * configure.ac (ALL_LINGUAS): Add sr. Sort.
432 * configure: Regenerate.
433
bc7c0509
NC
4342018-02-27 Nick Clifton <nickc@redhat.com>
435
436 * po/pt.po: New Portuguese translation.
437 * configure.ac (ALL_LINGUAS): Add pt.
438 * configure: Regenerate.
439
f3185997
NC
4402018-02-27 Nick Clifton <nickc@redhat.com>
441
442 PR 22875
443 * objcopy.c (copy_object): Check the error status after marking
444 symbols used in relocations.
445 * testsuite/binutils-all/strip-13.s: New test source file.
446 * testsuite/binutils-all/strip-13.s: New test driver file.
447 * testsuite/binutils-all/objcopy.exp: Run the new test.
448
2c1c9679
AM
4492018-02-26 Alan Modra <amodra@gmail.com>
450
451 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
452 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
453
6e05870c
AM
4542018-02-23 Alan Modra <amodra@gmail.com>
455
456 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
457 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
458
b0ab9c45
RH
4592018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
460
461 * doc/binutils.texi (objcopy): Add missing closing square
462 parenthesis to listing of objcopy's command line options.
463
e535d0dd
MK
4642018-02-19 Matthias Klose <doko@debian.org>
465
466 * strings.c (long_options): Include-all-whitespace does not take
467 an extra agument.
468
6e5e9d58
AM
4692018-02-13 Alan Modra <amodra@gmail.com>
470
471 PR 22836
472 * testsuite/binutils-all/group-7.s,
473 * testsuite/binutils-all/group-7a.d,
474 * testsuite/binutils-all/group-7b.d,
475 * testsuite/binutils-all/group-7c.d: New tests.
476 * testsuite/binutils-all/objcopy.exp: Run them.
477
8de3a6e2
NC
4782018-02-08 Nick Clifton <nickc@redhat.com>
479
480 PR 22802
481 * dwarf.c (load_separate_debug_file): Return early if the user is
482 not interested in debug links.
483
68807c3c
NC
4842018-02-06 Nick Clifton <nickc@redhat.com>
485
486 PR 22793
487 * readelf.c (find_section): Replace assertion with test and return
488 of NULL.
489 (find_section_by_address): Add test of section header table
490 existance.
491 (find_section_by_type): Likewise.
492 (find_section_in_set): Likewise.
493
2d6dda71
MR
4942018-02-05 Maciej W. Rozycki <macro@mips.com>
495
496 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
497 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
498 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
499 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
500
78c88364
MR
5012018-02-05 Maciej W. Rozycki <macro@mips.com>
502
503 * testsuite/config/default.exp (binutils_run): Document
504 `binutils_run_status'.
505 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
506 and set it.
507 (run_dump_test): Add `error', `error_output', `warning' and
508 `warning_output' options. Update documentation accordingly.
509
5bb0830d
AB
5102018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * dwarf.c (dwarf_regnames_riscv): New register name table.
513 (init_dwarf_regnames_riscv): New function.
514 (init_dwarf_regnames): Add call to initialise RiscV register
515 names.
516 * dwarf.h (init_dwarf_regnames_riscv): Declare.
517 * objdump.c (dump_dwarf): Add call to initialise RiscV register
518 names.
519
f2023ce7
AM
5202018-02-01 Alan Modra <amodra@gmail.com>
521
522 PR 22769
523 * objdump.c (load_specific_debug_section): Check for overflow
524 when adding one to section size for a string section terminator.
525
fcabedd5
NC
5262018-01-30 Nick Clifton <nickc@redhat.com>
527
528 PR 22734
529 * doc/binutils.texi (nm): Update description to point out that
530 zero-initialized values can also be shown as type B, b, S or s
531 since they can be stored in the BSS section.
532
f49db8be
AM
5332018-01-30 Alan Modra <amodra@gmail.com>
534
535 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
536 "artificially large" end address.
537
a8d6d6ac
NC
5382018-01-28 Nick Clifton <nickc@redhat.com>
539
540 * README-how-to-make-a-release: Add note about checking gpg key
541 and the results of gnupload.
542
9a5db26e
NC
5432018-01-27 Nick Clifton <nickc@redhat.com>
544
545 * README-how-to-make-a-release: Add details on how to actually
546 make the release.
547
94c2436b
NC
5482018-01-26 Nick Clifton <nickc@redhat.com>
549
550 * README-how-to-make-a-release: Add more details on updating
551 version numbers.
552
1ea332d6
MR
5532018-01-22 Maciej W. Rozycki <macro@mips.com>
554
555 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
556 option description.
557
d65ce302
MR
5582018-01-22 Maciej W. Rozycki <macro@mips.com>
559
560 * MAINTAINERS: Update my company e-mail address.
561
f433138f
NC
5622018-01-22 Nick Clifton <nickc@redhat.com>
563
564 * po/sv.po: Updated Swedish translation.
565
7ab82037
NC
5662018-01-18 Nick Clifton <nickc@redhat.com>
567
568 * po/bg.po: Updated Bulgarian translation.
569
0dd86f32
JB
5702018-01-16 Joel Brobecker <brobecker@adacore.com>
571
572 * README-how-to-make-a-release: Add reminder to update the
573 branch name in gdbadmin's crontab on sourceware.
574
a960d29f
JB
5752018-01-16 Joel Brobecker <brobecker@adacore.com>
576
577 * README-how-to-make-a-release: Remove trailing spaces.
578
f6efed01
NC
5792018-01-16 Nick Clifton <nickc@redhat.com>
580
581 * po/fr.po: Updated French translation.
582
616dcb87
NC
5832018-01-15 Nick Clifton <nickc@redhat.com>
584
585 * po/uk.po: Updated Ukranian translation.
586
3957a496
NC
5872018-01-13 Nick Clifton <nickc@redhat.com>
588
19e2900b 589 * README-how-to-make-a-release: Update notes.
3957a496
NC
590 * po/binutils.pot: Regenerated.
591
769c7ea5
NC
5922018-01-13 Nick Clifton <nickc@redhat.com>
593
594 * configure: Regenerate.
595
9176ac5b
NC
5962018-01-13 Nick Clifton <nickc@redhat.com>
597
faf766e3 598 2.30 branch created.
9176ac5b
NC
599 * NEWS: Add marker for 2.30.
600
98ab9e96
NC
6012018-01-12 Nick Clifton <nickc@redhat.com>
602
603 * README-how-to-make-a-release: Add notes on how to make the
604 branch and prelease snapshot.
605 * BRANCHES: Add binutils-2_29-branch.
606
bf41f30d
NC
6072018-01-10 Nick Clifton <nickc@redhat.com>
608
609 * MAINTAINERS: Note that it is now the configure.ac file and not
610 the configure.in file that needs to be kept in sync with gcc.
611 Add a note about sending patches for libiberty to gcc.
612
f13974bd
NC
6132018-01-03 Nick Clifton <nickc@redhat.com>
614
615 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
616 constants.
617
6f156d7a
NC
6182018-01-03 Nick Clifton <nickc@redhat.com>
619
620 * objcopy.c (objcopy_internal_note): New structure.
621 (gap_exists): New function.
622 (is_open_note): New function.
623 (is_func_note): New function.
624 (is_64bit): New function.
625 (merge_gnu_build_notes): Handle v3 notes. Do not merge
626 if there are relocations against the notes.
627 * readelf.c (get_note_type): Use short names for build attribute
628 notes.
629 (print_symbol_for_build_attribute): Rename to
630 get_symbol_for_build_attribute. Returns the found symbol rather
631 than printing it.
632 (print_gnu_build_attribute_description): Maintain address ranges
633 for function notes as well as global notes. Handle v3 notes.
634 (print_gnu_build_attribute_name): Use more space for printing the
635 name in wide mode.
636 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
637 Eliminate symbol references in order to remove the need for
638 relocations.
639 * testsuite/binutils-all/note-2-64.s: Likewise.
640 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
641 symbol.
642 * testsuite/binutils-all/note-3-64.s: Likewise.
643 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
644 output.
645 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
646 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
647 * testsuite/binutils-all/note-2-32.d: Likewise.
648 * testsuite/binutils-all/note-2-64.d: Likewise.
649 * testsuite/binutils-all/note-3-32.d: Likewise.
650 * testsuite/binutils-all/note-3-64.d: Likewise.
651 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
652 * testsuite/binutils-all/note-4-32.s: New test.
653 * testsuite/binutils-all/note-4-64.d: New test result file.
654 * testsuite/binutils-all/note-4-32.d: New test result file.
655
219d1afa
AM
6562018-01-03 Alan Modra <amodra@gmail.com>
657
658 Update year range in copyright notice of all files.
659
1e563868 660For older changes see ChangeLog-2017
3499769a 661\f
1e563868 662Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
663
664Copying and distribution of this file, with or without modification,
665are permitted in any medium without royalty provided the copyright
666notice and this notice are preserved.
667
668Local Variables:
669mode: change-log
670left-margin: 8
671fill-column: 74
672version-control: never
673End:
This page took 0.153542 seconds and 4 git commands to generate.