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