Remove h8300-coff support
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2018-04-16 Alan Modra <amodra@gmail.com>
2
3 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
4
5 2018-04-16 Alan Modra <amodra@gmail.com>
6
7 * Makefile.am: Remove IEEE 695 support.
8 * budbg.h: Likewise.
9 * doc/binutils.texi: Likewise.
10 * makefile.vms: Likewise.
11 * objcopy.c: Likewise.
12 * objdump.c: Likewise.
13 * rddbg.c: Likewise.
14 * ieee.c: Delete.
15 * Makefile.in: Regenerate.
16 * po/POTFILES.in: Regenerate.
17
18 2018-04-16 Alan Modra <amodra@gmail.com>
19
20 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
21 * testsuite/binutils-all/nm.exp: Likewise.
22
23 2018-04-16 Alan Modra <amodra@gmail.com>
24
25 * .gitignore: Remove netware support.
26 * Makefile.am: Likewise.
27 * configure.ac: Likewise.
28 * doc/Makefile.am: Likewise.
29 * doc/binutils.texi: Likewise.
30 * testsuite/binutils-all/nm.exp: Likewise.
31 * nlmconv.c: Delete.
32 * nlmconv.h: Delete.
33 * nlmheader.y: Delete.
34 * Makefile.in: Regenerate.
35 * configure: Regenerate.
36 * doc/Makefile.in: Regenerate.
37 * po/POTFILES.in: Regenerate.
38
39 2018-04-16 Alan Modra <amodra@gmail.com>
40
41 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
42
43 2018-04-14 Alan Modra <amodra@gmail.com>
44
45 * readelf.c (get_machine_name): Revert 2018-04-11 change.
46
47 2018-04-12 Nick Clifton <nickc@redhat.com>
48
49 PR 23050
50 * readelf.c (process_dynamic_section): Correct dynamic string
51 table size calculation.
52
53 2018-04-11 Alan Modra <amodra@gmail.com>
54
55 * ieee.c: Remove i960 support.
56 * od-macho.c: Remove i860 support.
57 * readelf.c: Remove i860 and i960 support.
58 * testsuite/binutils-all/objcopy.exp: Likewise.
59 * testsuite/binutils-all/objdump.exp: Likewise.
60 * testsuite/lib/binutils-common.exp: Likewise.
61
62 2018-04-11 Maciej W. Rozycki <macro@mips.com>
63
64 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
65 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
66
67 2018-04-10 Alan Modra <amodra@gmail.com>
68
69 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
70 reloc=11 for pru and reloc=50 for nds32.
71 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
72
73 2018-04-09 Maciej W. Rozycki <macro@mips.com>
74
75 * testsuite/binutils-all/strip-15.d: New test.
76 * testsuite/binutils-all/strip-15rel.s: New test source.
77 * testsuite/binutils-all/strip-15rela.s: New test source.
78 * testsuite/binutils-all/strip-15mips64.s: New test source.
79 * testsuite/binutils-all/objcopy.exp: Run the new test.
80
81 2018-04-09 Maciej W. Rozycki <macro@mips.com>
82
83 * testsuite/binutils-all/strip-14.d: New test.
84 * testsuite/binutils-all/strip-14rel.s: New test source.
85 * testsuite/binutils-all/strip-14rela.s: New test source.
86 * testsuite/binutils-all/strip-14mips64.s: New test source.
87 * testsuite/binutils-all/objcopy.exp: Run the new test.
88
89 2018-04-06 Tom Tromey <tom@tromey.com>
90
91 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
92 constants from DWARF 5.
93
94 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
95
96 PR gas/22318
97 * configure: Regenerated.
98
99 2018-04-05 Maciej W. Rozycki <macro@mips.com>
100
101 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
102 than `.dc.w' in second relocation.
103
104 2018-04-05 Maciej W. Rozycki <macro@mips.com>
105
106 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
107 relocation type 0x8f' error message.
108
109 2018-04-05 Maciej W. Rozycki <macro@mips.com>
110
111 * testsuite/binutils-all/strip-13.s: Rename to...
112 * testsuite/binutils-all/strip-13rela.s: ... this.
113 * testsuite/binutils-all/strip-13rel.s: New test source.
114 * testsuite/binutils-all/strip-13mips64.s: New test source.
115 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
116 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
117 `m68hc11-*' to `not-target' list.
118 * testsuite/binutils-all/objcopy.exp: Switch between sources for
119 `strip-13'.
120
121 2018-04-05 Maciej W. Rozycki <macro@mips.com>
122
123 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
124 241 (0xf1) for the relocation number and RELA addend.
125 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
126 `not-target' list.
127
128 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
129
130 * MAINTAINERS: Update my e-mail address.
131
132 2018-04-04 Nick Clifton <nickc@redhat.com>
133
134 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
135
136 2018-03-23 Nick Clifton <nickc@redhat.com>
137
138 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
139 symbols.
140 (print_gnu_build_attribute_description): If no file start symbol
141 could be found, look for one two bytes into the file.
142 * testsuite/binutils-all/note-4-64.s: Set the address of the file
143 start symbol to two bytes into the file.
144 * testsuite/binutils-all/note-4-32.s: Likewise.
145
146 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
147
148 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
149 DF_1_WEAKFILTER and DF_1_NOCOMMON.
150
151 2018-03-20 Nick Clifton <nickc@redhat.com>
152
153 * po/es.po: Updated Spanish translation.
154 * po/ru.po: Updated Russian translation.
155
156 2018-03-13 Nick Clifton <nickc@redhat.com>
157
158 PR 22957
159 * stabs.c (pop_binincl): Fail if the file index is off the end of
160 the stack.
161
162 2018-03-13 Nick Clifton <nickc@redhat.com>
163
164 PR 22955
165 * stabs.c (parse_number): Add p_end parameter and use it to check
166 the validity of the pp parameter. Add checks to prevent walking
167 off the end of the string buffer.
168 (parse_stab_string): Likewise.
169 (parse_stab_type): Likewise.
170 (parse_stab_type_number): Likewise.
171 (parse_stab_range_type): Likewise.
172 (parse_stab_sun_builtin_type): Likewise.
173 (parse_stab_sun_floating_type): Likewise.
174 (parse_stab_enum_type): Likewise.
175 (parse_stab_struct_type): Likewise.
176 (parse_stab_baseclasses): Likewise.
177 (parse_stab_struct_fields): Likewise.
178 (parse_stab_cpp_abbrev): Likewise.
179 (parse_stab_one_struct_field): Likewise.
180 (parse_stab_members): Likewise.
181 (parse_stab_tilde_field): Likewise.
182 (parse_stab_array_type): Likewise.
183
184 * parse_stab: Compute the end of the string and then pass it on to
185 individual parser functions.
186
187 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
188
189 PR binutils/22923
190 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
191 overflow.
192
193 2018-03-07 Alan Modra <amodra@gmail.com>
194
195 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
196 * configure: Regenerate.
197
198 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
199
200 PR binutils/22911
201 * objdump.c (is_significant_symbol_name): Return TRUE for all
202 .plt* sections.
203 (find_symbol_for_address): Replace linear search with binary
204 search on dynamic relocations.
205
206 2018-03-01 Nick Clifton <nickc@redhat.com>
207
208 PR 22905
209 * dwarf.c (display_debug_ranges): Check that the offset loaded
210 from the range_entry structure is valid.
211
212 2018-03-01 Alan Modra <amodra@gmail.com>
213
214 * configure.ac (ALL_LINGUAS): Add sr. Sort.
215 * configure: Regenerate.
216
217 2018-02-27 Nick Clifton <nickc@redhat.com>
218
219 * po/pt.po: New Portuguese translation.
220 * configure.ac (ALL_LINGUAS): Add pt.
221 * configure: Regenerate.
222
223 2018-02-27 Nick Clifton <nickc@redhat.com>
224
225 PR 22875
226 * objcopy.c (copy_object): Check the error status after marking
227 symbols used in relocations.
228 * testsuite/binutils-all/strip-13.s: New test source file.
229 * testsuite/binutils-all/strip-13.s: New test driver file.
230 * testsuite/binutils-all/objcopy.exp: Run the new test.
231
232 2018-02-26 Alan Modra <amodra@gmail.com>
233
234 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
235 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
236
237 2018-02-23 Alan Modra <amodra@gmail.com>
238
239 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
240 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
241
242 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
243
244 * doc/binutils.texi (objcopy): Add missing closing square
245 parenthesis to listing of objcopy's command line options.
246
247 2018-02-19 Matthias Klose <doko@debian.org>
248
249 * strings.c (long_options): Include-all-whitespace does not take
250 an extra agument.
251
252 2018-02-13 Alan Modra <amodra@gmail.com>
253
254 PR 22836
255 * testsuite/binutils-all/group-7.s,
256 * testsuite/binutils-all/group-7a.d,
257 * testsuite/binutils-all/group-7b.d,
258 * testsuite/binutils-all/group-7c.d: New tests.
259 * testsuite/binutils-all/objcopy.exp: Run them.
260
261 2018-02-08 Nick Clifton <nickc@redhat.com>
262
263 PR 22802
264 * dwarf.c (load_separate_debug_file): Return early if the user is
265 not interested in debug links.
266
267 2018-02-06 Nick Clifton <nickc@redhat.com>
268
269 PR 22793
270 * readelf.c (find_section): Replace assertion with test and return
271 of NULL.
272 (find_section_by_address): Add test of section header table
273 existance.
274 (find_section_by_type): Likewise.
275 (find_section_in_set): Likewise.
276
277 2018-02-05 Maciej W. Rozycki <macro@mips.com>
278
279 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
280 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
281 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
282 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
283
284 2018-02-05 Maciej W. Rozycki <macro@mips.com>
285
286 * testsuite/config/default.exp (binutils_run): Document
287 `binutils_run_status'.
288 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
289 and set it.
290 (run_dump_test): Add `error', `error_output', `warning' and
291 `warning_output' options. Update documentation accordingly.
292
293 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
294
295 * dwarf.c (dwarf_regnames_riscv): New register name table.
296 (init_dwarf_regnames_riscv): New function.
297 (init_dwarf_regnames): Add call to initialise RiscV register
298 names.
299 * dwarf.h (init_dwarf_regnames_riscv): Declare.
300 * objdump.c (dump_dwarf): Add call to initialise RiscV register
301 names.
302
303 2018-02-01 Alan Modra <amodra@gmail.com>
304
305 PR 22769
306 * objdump.c (load_specific_debug_section): Check for overflow
307 when adding one to section size for a string section terminator.
308
309 2018-01-30 Nick Clifton <nickc@redhat.com>
310
311 PR 22734
312 * doc/binutils.texi (nm): Update description to point out that
313 zero-initialized values can also be shown as type B, b, S or s
314 since they can be stored in the BSS section.
315
316 2018-01-30 Alan Modra <amodra@gmail.com>
317
318 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
319 "artificially large" end address.
320
321 2018-01-28 Nick Clifton <nickc@redhat.com>
322
323 * README-how-to-make-a-release: Add note about checking gpg key
324 and the results of gnupload.
325
326 2018-01-27 Nick Clifton <nickc@redhat.com>
327
328 * README-how-to-make-a-release: Add details on how to actually
329 make the release.
330
331 2018-01-26 Nick Clifton <nickc@redhat.com>
332
333 * README-how-to-make-a-release: Add more details on updating
334 version numbers.
335
336 2018-01-22 Maciej W. Rozycki <macro@mips.com>
337
338 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
339 option description.
340
341 2018-01-22 Maciej W. Rozycki <macro@mips.com>
342
343 * MAINTAINERS: Update my company e-mail address.
344
345 2018-01-22 Nick Clifton <nickc@redhat.com>
346
347 * po/sv.po: Updated Swedish translation.
348
349 2018-01-18 Nick Clifton <nickc@redhat.com>
350
351 * po/bg.po: Updated Bulgarian translation.
352
353 2018-01-16 Joel Brobecker <brobecker@adacore.com>
354
355 * README-how-to-make-a-release: Add reminder to update the
356 branch name in gdbadmin's crontab on sourceware.
357
358 2018-01-16 Joel Brobecker <brobecker@adacore.com>
359
360 * README-how-to-make-a-release: Remove trailing spaces.
361
362 2018-01-16 Nick Clifton <nickc@redhat.com>
363
364 * po/fr.po: Updated French translation.
365
366 2018-01-15 Nick Clifton <nickc@redhat.com>
367
368 * po/uk.po: Updated Ukranian translation.
369
370 2018-01-13 Nick Clifton <nickc@redhat.com>
371
372 * README-how-to-make-a-release: Update notes.
373 * po/binutils.pot: Regenerated.
374
375 2018-01-13 Nick Clifton <nickc@redhat.com>
376
377 * configure: Regenerate.
378
379 2018-01-13 Nick Clifton <nickc@redhat.com>
380
381 2.30 branch created.
382 * NEWS: Add marker for 2.30.
383
384 2018-01-12 Nick Clifton <nickc@redhat.com>
385
386 * README-how-to-make-a-release: Add notes on how to make the
387 branch and prelease snapshot.
388 * BRANCHES: Add binutils-2_29-branch.
389
390 2018-01-10 Nick Clifton <nickc@redhat.com>
391
392 * MAINTAINERS: Note that it is now the configure.ac file and not
393 the configure.in file that needs to be kept in sync with gcc.
394 Add a note about sending patches for libiberty to gcc.
395
396 2018-01-03 Nick Clifton <nickc@redhat.com>
397
398 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
399 constants.
400
401 2018-01-03 Nick Clifton <nickc@redhat.com>
402
403 * objcopy.c (objcopy_internal_note): New structure.
404 (gap_exists): New function.
405 (is_open_note): New function.
406 (is_func_note): New function.
407 (is_64bit): New function.
408 (merge_gnu_build_notes): Handle v3 notes. Do not merge
409 if there are relocations against the notes.
410 * readelf.c (get_note_type): Use short names for build attribute
411 notes.
412 (print_symbol_for_build_attribute): Rename to
413 get_symbol_for_build_attribute. Returns the found symbol rather
414 than printing it.
415 (print_gnu_build_attribute_description): Maintain address ranges
416 for function notes as well as global notes. Handle v3 notes.
417 (print_gnu_build_attribute_name): Use more space for printing the
418 name in wide mode.
419 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
420 Eliminate symbol references in order to remove the need for
421 relocations.
422 * testsuite/binutils-all/note-2-64.s: Likewise.
423 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
424 symbol.
425 * testsuite/binutils-all/note-3-64.s: Likewise.
426 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
427 output.
428 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
429 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
430 * testsuite/binutils-all/note-2-32.d: Likewise.
431 * testsuite/binutils-all/note-2-64.d: Likewise.
432 * testsuite/binutils-all/note-3-32.d: Likewise.
433 * testsuite/binutils-all/note-3-64.d: Likewise.
434 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
435 * testsuite/binutils-all/note-4-32.s: New test.
436 * testsuite/binutils-all/note-4-64.d: New test result file.
437 * testsuite/binutils-all/note-4-32.d: New test result file.
438
439 2018-01-03 Alan Modra <amodra@gmail.com>
440
441 Update year range in copyright notice of all files.
442
443 For older changes see ChangeLog-2017
444 \f
445 Copyright (C) 2018 Free Software Foundation, Inc.
446
447 Copying and distribution of this file, with or without modification,
448 are permitted in any medium without royalty provided the copyright
449 notice and this notice are preserved.
450
451 Local Variables:
452 mode: change-log
453 left-margin: 8
454 fill-column: 74
455 version-control: never
456 End:
This page took 0.046899 seconds and 4 git commands to generate.