]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
* dwarf.c (process_debug_info): Check for corrupt lengths.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2007-10-28 Nick Clifton <nickc@redhat.com>
2
3 * dwarf.c (process_debug_info): Check for corrupt lengths.
4 * readelf.c (get_reloc_type): New function. Returns the reloc
5 number extracted from the info field of a reloc.
6 (get_reloc_symindex): New function. Returns the symbol index
7 extracted from the info field of a reloc.
8 (dump_relocations): Use the new functions.
9 (slurp_ia64_unwind_table): Use the new functions.
10 (slurp_hppa_unwind_table): Use the new functions.
11 (dump_section_as_bytes): Use the new functions.
12 (get_reloc_size): Delete function.
13 (is_32bit_abs_reloc): New function. Determines if a given reloc
14 type is a 32-bit absolute relocation.
15 (is_32bit_pcrel_reloc): New function. Like is_32bit_abs_reloc but
16 for pc-relative relocations.
17 (is_64bit_abs_reloc): New function. Like is_32bit_abs_reloc but
18 for 64-bit absolute relocations.
19 (is_16bit_abs_reloc): New function. Like is_32bit_abs_reloc but
20 for 32-bit absolute relocations.
21 (debug_apply_rela_addends): Use the new functions. Skip and warn
22 about any unrecognised relocations.
23
24 2007-10-26 Karl Berry <karl@freefriends.org>
25
26 * doc/binutils.texi: Move top stuff to the top.
27 Use @direntry/@dircategory, format entries to play nicely with
28 others.
29 Avoid duplicate copying strings.
30 Don't misspell "Texinfo".
31
32 2007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
33
34 * readelf.c (display_power_gnu_attribute): Add support for
35 Tag_GNU_Power_ABI_Vector.
36
37 2007-10-25 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
38
39 * readelf.c (get_note_type): Handle NT_PPC_VMX.
40
41 2007-10-24 Alan Modra <amodra@bigpond.net.au>
42
43 * Makefile.am: Run "make dep-am".
44 * Makefile.in: Regenerate.
45 * po/POTFILES.in: Regenerate.
46
47 2007-10-24 Alan Modra <amodra@bigpond.net.au>
48
49 * strings.c (print_strings): Don't use %L, use %ll in printf
50 format strings.
51
52 2007-10-24 Tristan Gingold <gingold@adacore.com>
53 Alan Modra <amodra@bigpond.net.au>
54
55 * readelf.c (process_program_headers): Use dynamic segment unless
56 dynamic section is found.
57
58 2007-10-16 Bob Wilson <bob.wilson@acm.org>
59
60 * doc/binutils.texi (objcopy, strip): Replace hyphens with em-dashes.
61 (objdump, strip, c++filt): Correct punctuation for "e.g." and "i.e."
62 and change to spell out "for example" in two places.
63
64 2007-10-16 Nick Clifton <nickc@redhat.com>
65
66 * configure.in: Build windows tools for --enable-targets=all.
67 * configure: Regenerate.
68
69 2007-10-15 Alan Modra <amodra@bigpond.net.au>
70
71 * objdump.c (print_line): Check fwrite return value.
72 * srconv.c (checksum, wr_tr, wr_cs): Likewise.
73 * sysdump.c (fillup): Return zero on getc or fread EOF. Return count
74 read.
75
76 2007-10-10 Jim Blandy <jimb@codesourcery.com>
77
78 * dwarf.c (process_debug_info): Line up section offsets of
79 attribute values with those of dies.
80 (read_and_display_attr): Reduce spacing here.
81
82 * dwarf.c (display_debug_lines): Print the offset of each line
83 number program header.
84
85 2007-10-09 H.J. Lu <hongjiu.lu@intel.com>
86
87 PR binutils/4476
88 * readelf.c (print_dynamic_symbol): New.
89 (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols.
90
91 2007-10-08 Carlos O'Donell <carlos@codesourcery.com>
92
93 * resrc.c (read_rc_file): Rename e to edit, and c to dir.
94 Pass dir to windres_add_include_dir. Add comments.
95 (close_input_stream): Check pclose error, and call fatal if
96 the preprocessor failed.
97 * windres.c (windres_add_include_dir): Assert that p is non-NULL,
98 and not an empty string.
99
100 2007-10-04 Nick Clifton <nickc@redhat.com>
101
102 PR binutils/5098
103 * dlltool.c: Fix spelling typos.
104
105 2007-10-03 Masaki Muranaka <monaka@monami-software.com>
106
107 * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx.
108
109 2007-09-25 Thien-Thi Nguyen <ttn@gnuvola.org>
110
111 * MAINTAINERS: Fix typo.
112
113 2007-09-17 Shen Feng <shen@cn.fujitsu.com>
114
115 * readelf.c (do_archive_index): New.
116 (options): Add -c and --archive-index option.
117 (usage): Add -c option.
118 (parse_args): Add c option parsing.
119 (process_archive): Dump archive index.
120 * NEWS: Mention the new feature.
121 * doc/binutils.texi: Document the new feature.
122
123 2007-09-17 Nick Clifton <nickc@redhat.com>
124
125 * po/es.po: Updated Spanish translation.
126
127 2007-09-17 Nick Clifton <nickc@redhat.com>
128
129 * doc/binutils.texi (objdump): Describe the output of the --syms
130 option in more detail.
131
132 2007-09-17 Alon Bar-Lev <alon.barlev@gmail.com>
133
134 PR binutils/4987
135 * resrc.c: (read_rc_file): Move 'filename' default initialization
136 to start of function.
137
138 2007-08-31 Michael Meissner <michael.meissner@amd.com>
139 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
140
141 * NEWS: Add note about SSE5 being added on i386.
142
143 2007-09-13 Alan Modra <amodra@bigpond.net.au>
144 Zhou Drangon <drangon.mail@gmail.com>
145
146 * nm.c (value_format_64bit, set_print_radix, print_value): Handle
147 BFD_HOST_64BIT_LONG_LONG.
148 * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
149 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
150 (dump_relocations): Likewise. Expand _bfd_int64_low in a
151 number of places.
152
153 2007-09-11 Kai Tietz <kai.tietz@onevision.com>
154
155 * rcparse.y: (string_data): Removed ill token removal.
156
157 2007-09-10 Alan Modra <amodra@bigpond.net.au>
158
159 PR 5011
160 * readelf.c (process_version_sections): Don't read past end of
161 various section buffers.
162
163 2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
164
165 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
166 * Makefile.in: Regenerated.
167
168 * sysdep.h: Include "config.h" first.
169
170 2007-08-31 Nick Clifton <nickc@redhat.com>
171
172 * po/sk.po: New Slovakian translation.
173 * configure.in (LINGUAS): Add sk.
174 * configure: Regenerate.
175
176 2007-08-30 Nick Clifton <nickc@redhat.com>
177
178 * readelf.c (dump_type): New type used to classify the kinds of
179 dump requested by the user.
180 (dump_sects, cmdline_dump_sects): Use the new type.
181 (options): Add --string-dump option.
182 (request_dump): Rename to request_dump_bynumber. Use dump_type.
183 (request_dump_byname): Use dump_type.
184 (parse_args): Parse --string-dump option.
185 (process_section_headers): Fix calls to request_dump.
186 (initialise_dumps_byname): Likewise.
187 (dump_section): Rename to dump_section_as_bytes.
188 (dump_section_as_strings): New function. Display the contents of
189 a section as printable strings.
190 (process_section_contents): String dump the section if requested.
191 (process_object): Use dump_type.
192 (main): Likewise.
193 * Makefile.am: Add dependency for readelf.c on safe-ctype.h.
194 * Makefile.in: Regenerate.
195 * NEWS: Mention the new feature.
196 * doc/binutils.texi: Document the new feature.
197
198 2007-08-30 Nathan Sidwell <nathan@codesourcery.com>
199
200 * bucomm.c (bfd_nonfatal_message): New.
201 * bucomm.h (bfd_nonfatal_message): Declare.
202 * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use
203 bfd_nonfatal_message.
204 (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL
205 calls, or replace with bfd_nonfatal_message calls as appropriate.
206 (copy_object, copy_archive, copy_file, setup_section,
207 copy_section, write_debugging_info): Likewise.
208
209 2007-08-28 Nick Clifton <nickc@redhat.com>
210
211 * NEWS: Mention Coverity's contribution.
212
213 2007-08-25 Ulrich Weigand <uweigand@de.ibm.com>
214
215 * readelf.c (process_note): Recognize SPU core file notes.
216
217 2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
218
219 * configure.in: Install embedspu on powerpc*-*-eabi* also.
220 * configure: Regenerated.
221
222 2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
223
224 * po/uk.po: Updated Ukrainian translation.
225
226 2007-08-22 Ben Elliston <bje@au.ibm.com>
227
228 * doc/binutils.texi (objdump): Document -Mppcps.
229
230 2007-08-17 Alan Modra <amodra@bigpond.net.au>
231
232 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
233
234 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
235
236 * readelf.c: Revert last change.
237
238 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
239
240 * readelf.c (get_segment_type): Change PT_GNU_STACK to
241 PT_GNU_ATTR.
242
243 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
244
245 * NEWS: Add a marker for the 2.18 features.
246
247 2007-08-12 Matthias Klose <doko@ubuntu.com>
248
249 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
250 $(top_srcdir)/../../bfd/doc.
251 * doc/Makefile.in: Regenerate.
252
253 2007-08-10 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
254
255 * MAINTAINERS: Add myself as CR16 support maintainer and
256 update myself as CRX support maintainer.
257
258 2007-08-10 Nick Clifton <nickc@redhat.com>
259
260 * po/fi.po: Updated Finnish translation.
261 * po/vi.po: Updated Vietnamese translation.
262
263 2007-08-10 Kai Tietz <kai.tietz@onevision.com>
264
265 * doc/binutils.texi: (windmc): Correct incorrect desciption.
266
267 2007-08-04 Alan Modra <amodra@bigpond.net.au>
268
269 PR 4888
270 * objcopy.c (setup_section): Do modify section flags for ELF
271 STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent
272 header rewrite by twiddling input section flags instead.
273 Simplify code setting SHT_NOBITS.
274
275 2007-07-28 Christopher Faylor <me+binutils@cgf.cx>
276
277 * MAINTAINERS: Update my email address.
278
279 2007-07-26 Adam Nemet <anemet@caviumnetworks.com>
280
281 * readelf.c (process_archive): Also skip Irix6-style archive symbol
282 tables.
283
284 2007-07-24 Nick Clifton <nickc@redhat.com>
285
286 * readelf.c (NUM_ELEM): Remove redundant macro; replace references
287 to it with references to ARRAY_SIZE.
288 Add support for CR16.
289 Fix formatting.
290
291 2007-07-19 Nick Clifton <nickc@redhat.com>
292
293 PR binutils/4802
294 * srconv.c (strip_suffix): Add const qualifier to argument.
295
296 2007-07-16 Nick Clifton <nickc@redhat.com>
297
298 * po/uk.po: New Ukrainian translation.
299 * configure.in (ALL_LINGUAS): Add 'uk'.
300 * configure: Regenerate.
301
302 2007-07-10 Alan Modra <amodra@bigpond.net.au>
303
304 * objdump.c (dump_dwarf): Correct setting of is_relocatable.
305
306 2007-07-09 Roland McGrath <roland@redhat.com>
307
308 * readelf.c (get_gnu_elf_note_type): New function.
309 (process_note): Use it for "GNU" name.
310
311 2007-07-08 Andreas Schwab <schwab@suse.de>
312
313 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
314 (CFILES): Add unwind-ia64.c.
315 Regenerate dependencies.
316 * Makefile.in: Regenerate.
317
318 2007-07-05 Nick Clifton <nickc@redhat.com>
319
320 * addr2line.c: Update copyright notice to refer to GPLv3.
321 * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
322 binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
323 coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
324 dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
325 emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
326 mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
327 objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
328 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
329 size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
330 sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
331 windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
332 winduni.h, wrstabs.c: Likewise.
333 * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
334 not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
335 notice.
336 * NEWS: Mention that the sources are now released under GPLv3.
337 Add a marker for the changes that went into v2.17.
338 * version.c (print_version): Specify that the program is released
339 under version 3 of the GPL.
340
341 2007-07-05 Kai Tietz <kai.tietz@onevision.com>
342
343 * resrc.c: (read_rc_file): Add include path of user passed rc
344 input file.
345 * windres.c: (windres_add_include_dir): New.
346 (main): Use of windres_add_include_dir.
347 * windres.h: (windres_add_include_dir): Add prototype.
348
349 2007-07-05 Alan Modra <amodra@bigpond.net.au>
350
351 * doc/binutils.texi (size): Document --common.
352 * size.c: Make a number of vars static. Delete unnecessary
353 function declarations.
354 (show_common, common_size): New vars.
355 (usage): Describe --common.
356 (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
357 (long_options): Add common.
358 (calculate_common_size): New function.
359 (print_berkeley_format): Add common_size to bsssize.
360 (sysv_one_line): New function split out from..
361 (sysv_internal_printer): ..here.
362 (print_sysv_format): Handle display of *COM*.
363 (print_sizes): Call calculate_common_size.
364
365 2007-07-05 Alan Modra <amodra@bigpond.net.au>
366
367 * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
368
369 2007-07-02 Alan Modra <amodra@bigpond.net.au>
370
371 PR 4716
372 * objcopy.c (filter_symbols): Correct relocatable file test.
373
374 2007-07-02 Alan Modra <amodra@bigpond.net.au>
375
376 * Makefile.am: Run "make dep-am".
377 * Makefile.in: Regenerate.
378 * aclocal.m4: Regenerate.
379 * config.in: Regenerate.
380 * doc/Makefile.in: Regenerate.
381 * po/POTFILES.in: Regenerate.
382 * po/binutils.pot: Regenerate.
383
384 2007-06-30 H.J. Lu <hongjiu.lu@intel.com>
385
386 * aclocal.m4: Regenerated.
387 * doc/Makefile.in: Likewise.
388 * Makefile.in: Likewise.
389
390 2007-06-29 Joseph Myers <joseph@codesourcery.com>
391
392 * readelf.c (display_power_gnu_attribute, process_power_specific):
393 New.
394 (process_arch_specific): Call process_power_specific.
395
396 2007-06-29 Joseph Myers <joseph@codesourcery.com>
397
398 * readelf.c (display_mips_gnu_attribute): New.
399 (process_mips_specific): Call process_attributes.
400
401 2007-06-29 Joseph Myers <joseph@codesourcery.com>
402
403 * readelf.c (display_gnu_attribute): New.
404 (process_arm_specific): Rearrange as process_attributes.
405 (process_arm_specific): Replace by wrapper of process_attributes.
406
407 2007-06-28 Roland McGrath <roland@frob.com>
408
409 * objcopy.c (setup_section): Don't reset ELF section type to
410 SHT_NOBITS when it is SHT_NOTE.
411 * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
412
413 2007-06-27 Alan Modra <amodra@bigpond.net.au>
414
415 * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
416 * arsup.c: Likewise.
417 * binemul.c: Likewise.
418 * objcopy.c: Likewise.
419 * dlltool.c: Likewise.
420
421 2007-06-26 Shantonu Sen <ssen@apple.com>
422
423 PR binutils/4693
424 * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
425 dependency on $(LIBICONV) to ...
426 (windres_LDADD, windmc_LDADD) ... here.
427 * Makefile.in: Regenerate.
428
429 2007-06-21 Alan Modra <amodra@bigpond.net.au>
430
431 * embedspu.sh (relas): Correct sh_info parsing.
432
433 2007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
434
435 * objdump.c: Include sys/stat.h.
436
437 2007-06-19 Kai Tietz <kai.tietz@onevision.com>
438
439 * Makefile.am: Add windmc tool.
440 * Makefile.in: Regenerate.
441 * configure.in: Add windmc tool.
442 * configure: Regenerate.
443 * mclex.c: New.
444 * mcparse.y: New.
445 * windmc.c: New.
446 * windmc.h: New.
447 * doc/Makefile.am: Add windmc tool.
448 * doc/Makefile.in: Regenerate.
449 * doc/binutils.texi: Add windmc documentation.
450 * NEWS: Mention new tool.
451
452 2007-06-18 Andi Kleen <ak@suse.de>
453
454 * objdump.c: Include sys/mman.h
455 (print_file_list): Remove f, add map, mapsize, linemap, maxline,
456 last_line, first fields.
457 (slurp_file): Add.
458 (index_file): Add.
459 (print_file_open): Call slurp_file and index_file. Initialize new
460 fields.
461 (skip_to_line): Rename to print_line and write only single line.
462 (dump_line): Add.
463 (show_line): Change to new algorithm.
464
465 2007-06-18 Thomas Weidenmueller <w3seek@reactos.org>
466
467 * resres.c (probe_binary): Fix test for badly formatted headers.
468
469 2007-06-18 Kai Tietz <Kai.Tietz@onevision.com>
470
471 * rclex.c: (cpp_line): Add code_page pragma support.
472 * windres.c: (usage, long_options, main): Add new option
473 --codepage or -c.
474 * winduni.c: (wind_default_codepage, wind_current_codepage): New.
475 (unicode_from_ascii, ascii_from_unicode): Use
476 wind_current_codepage as codepage parameter.
477 (unicode_print): Print 4 characters for hexadecimal values in
478 unicode strings.
479 * winduni.h: (wind_default_codepage, wind_current_codepage):
480 Export.
481 * doc/binutils.texi: Document new option.
482 * NEWS: Mention new features of windres.
483
484 2007-06-18 Brian D. Watt <bwatt@us.ibm.com>
485
486 * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
487
488 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
489
490 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
491
492 * acinclude.m4: Removed.
493
494 * Makefile.in: Regenerated.
495 * aclocal.m4: Likewise.
496 * configure: Likewise.
497
498 2007-06-11 Nathan Sidwell <nathan@codesourcery.com>
499
500 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
501
502 2007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
503
504 PR binutils/4356 binutils/591
505 * resrc.c (filename_need_quotes): New function.
506 (look_for_default): If filename_need_quotes is true then quote the
507 filename in the command line being created.
508 (read_rc_file): Likewise.
509
510 2007-06-06 Ben Elliston <bje@au.ibm.com>
511
512 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
513
514 2007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
515
516 * Makefile.am: Add LIBICONV to windres.
517 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
518 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
519 * config.in: Add ICONV defines.
520 * aclocal.m4: Regenerate.
521 * confugure: Regenerate.
522 * winduni.c: (local_iconv_map codepages, wind_language_t,
523 languages, unicode_is_valid_codepage, wind_find_language_by_id,
524 wind_find_language_by_codepage, wind_find_codepage_info,
525 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
526 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
527 New.
528 (ascii_from_unicode): Use codepage_from_unicode.
529 (ascii_from_unicode): Use unicode_from_codepage.
530 Use for cygwin windows API for unicode transformation.
531 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
532 macros.
533 (wind_language_t, local_iconv_map): New types.
534 (wind_find_language_by_id, wind_find_language_by_codepage,
535 unicode_is_valid_codepage, wind_find_codepage_info,
536 unicode_from_codepage, codepage_from_unicode): New
537 prototypes.
538
539 2007-06-05 Alan Modra <amodra@bigpond.net.au>
540
541 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
542
543 2007-05-30 Alan Modra <amodra@bigpond.net.au>
544
545 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
546 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
547 (setup_section): Don't modify flags, and don't avoid calling
548 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
549 * readelf.c (process_program_headers): Ignore .dynamic of type
550 SHT_NOBITS.
551
552 2007-05-29 Alan Modra <amodra@bigpond.net.au>
553
554 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
555 pic or pie and image needs relocs.
556
557 2007-05-24 Steve Ellcey <sje@cup.hp.com>
558
559 * Makefile.in: Regenerate.
560 * configure: Regenerate.
561 * aclocal.m4: Regenerate.
562 * doc/Makefile.in: Regenerate.
563
564 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
565
566 * rcparse.y: Join strings for elements having no side-effects in
567 "rc"-grammar.
568
569 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
570
571 * rclex.c: New file replacing rclex.l.
572 * rclex.l: Removed.
573 * windint.h: New file holding common structure and type
574 definitions.
575 * Makefile.am: Added new header windint.h and exchanged rclex.l by
576 rclex.c.
577 * Makefile.in: Regenerate.
578 * rcparse.y: Renamed some structures.
579 Use in internal representation always bfd_vma instead of long or
580 int.
581 Removed from %union unused stringtable.
582 Added to %union suni structure for unicode strings.
583 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
584 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
585 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
586 Added support for these new rc file tokens.
587 * resbin.c: Rewrote using bfd and binary structures, and support
588 new resource types.
589 * rescoff.c: Likewise.
590 * resres.c: Likewise.
591 * resrc.c: Likewise. Dumps as RC are now recompilable.
592 * windres.c: As above. Using bfd for res and provide target
593 specific endianess support.
594 * windres.h: Use windint.h as include. Additionally removed K&R
595 syntax.
596 * winduni.c: New printing and unichar support routines.
597 * winduni.h: Prototypes for new unichar helpers.
598 * windint.h: New file.
599
600 2007-05-22 Paul Brook <paul@codesourcery.com>
601
602 * objdump.c (find_symbol_for_address): Merge section and target
603 specific filtering code.
604
605 2007-05-22 Nick Clifton <nickc@redhat.com>
606
607 * doc/binutils.texi: Use @copying around the copyright notice.
608
609 2007-05-21 Richard Sandiford <richard@codesourcery.com>
610
611 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
612 for executables and shared libraries.
613
614 2007-05-18 Nathan Sidwell <nathan@codesourcery.com>
615
616 * objcopy.c (strip_main): Detect identical input and output file
617 names.
618 (copy_main): Refactor tempname detection and use.
619
620 2007-05-17 Nick Clifton <nickc@redhat.com>
621
622 * objdump.c (load_debug_section): Select bias for DWARF debug
623 addresses based on the flavour of the bfd.
624
625 2007-05-11 Alan Modra <amodra@bigpond.net.au>
626
627 PR 4479
628 * objcopy.c (copy_object): Don't copy ELF program headers for
629 --only-keep-debug.
630
631 2007-05-11 Alan Modra <amodra@bigpond.net.au>
632
633 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
634 over one found on the users path.
635 (main): Generate .reloc for each R_SPU_PPU* reloc.
636
637 2007-04-28 Alan Modra <amodra@bigpond.net.au>
638
639 * prdbg.c (tg_variable): Adjust for changed demangler.
640 (tg_start_function): Likewise.
641
642 2007-04-27 Alan Modra <amodra@bigpond.net.au>
643
644 * bucumm.h: Split off host dependencies to..
645 * sysdep.h: ..here.
646 Many files: Include sysdep.h. Remove duplicate headers and reorder.
647 * Makefile.am: Run "make dep-am".
648 * Makefile.in: Regenerate.
649
650 2007-04-24 Nick Clifton <nickc@redhat.com>
651
652 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
653
654 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
655 Phil Edwards <phil@codesourcery.com>
656
657 * objcopy.c (filter_symbols): Explicitly stripping a symbol
658 used in relocations is an error.
659 Retype 'keep' to bfd_boolean.
660
661 2007-04-24 Alan Modra <amodra@bigpond.net.au>
662
663 * Makefile.in: Regenerate.
664 * doc/Makefile.in: Regenerate.
665
666 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
667 Phil Edwards <phil@codesourcery.com>
668 Thomas de Lellis <tdel@windriver.com>
669
670 * objcopy.c (reverse_bytes): New variable.
671 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
672 (copy_options, copy_usage): Add "reverse-bytes" entry.
673 (copy_section): Reverse bytes within output sections.
674 * doc/binutils.texi: Document new objcopy option.
675
676 2007-04-20 Nick Clifton <nickc@redhat.com>
677
678 * rclex.l: Allow underscores at the start of identifiers.
679
680 2007-04-19 Alan Modra <amodra@bigpond.net.au>
681
682 * budemang.c: Delete.
683 * budemang.h: Delete.
684 * addr2line.c (translate_addresses): Call bfd_demangle rather than
685 demangle.
686 * nm.c (print_symname): Likewise.
687 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
688 (dump_bfd): Likewise.
689 * prdbg.c (struct pr_handle <demangler>): Add int param.
690 (tg_variable, tg_start_function): Adjust demangler calls.
691 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
692 * Makefile.in: Regenerate.
693 * po/POTFILES.in: Regenerate.
694
695 2007-04-14 Steve Ellcey <sje@cup.hp.com>
696
697 * Makefile.am: Add ACLOCAL_AMFLAGS.
698 * configure.in: Change macro call order.
699 * Makefile.in: Regenerate.
700 * configure: Regenerate.
701
702 2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
703
704 * Makefile.am (TOOL_PROGS): Add objcopy.
705 * Makefile.in: Rebuilt.
706
707 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
708
709 PR binutils/4348
710 * objcopy.c (copy_object): Don't stop when there are no
711 sections to be copied.
712
713 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
714
715 * NEWS: Mention disjoint histograms support in
716 gprof.
717
718 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
719
720 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
721 DW_TAG_inlined_subroutine.
722
723 2007-04-06 Matt Thomas <matt@netbsd.org>
724
725 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
726
727 2007-04-05 Alan Modra <amodra@bigpond.net.au>
728
729 PR binutils/4292
730 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
731 value_format_32bit.
732
733 2007-04-02 Nick Clifton <nickc@redhat.com>
734
735 PR binutils/4292
736 * nm.c (value_format): Replace with value_format_32bit and
737 value_format_64bit.
738 (set_radix): Update setting of value_format.
739 (set_print_width): New function. Compute the address size of a
740 given bfd and set the print_width global appropriately.
741 (display_archive): Use set_print_width.
742 (display_file): Likewise,
743 (print_object_filename_sysv): Update use of print_width.
744 (print_archive_member_sysv): Likewise.
745 (print_symbol_filename_posix): Likewise.
746 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
747
748 2007-03-28 Richard Sandiford <richard@codesourcery.com>
749 Phil Edwards <phil@codesourcery.com>
750
751 * doc/binutils.texi: Put the contents after the title page rather
752 than at the end of the document.
753
754 2007-03-28 Nick Clifton <nickc@redhat.com>
755
756 * readelf.c (slurp_rela_relocs): Add newline to end of error
757 messages.
758 (slurp_rel_relocs, request_dump, request_dump_byname,
759 process_program_headers, process_dynamic_section,
760 process_symbol_table, process_mips_specific, main): Likewise.
761
762 2007-03-28 Alan Modra <amodra@bigpond.net.au>
763
764 * MAINTAINERS: Update mailing list addresses. Add myself
765 as PPC maintainer.
766
767 2007-03-27 Alan Modra <amodra@bigpond.net.au>
768
769 * embedspu.sh: Correct toe_addr quoting.
770
771 2007-03-27 Alan Modra <amodra@bigpond.net.au>
772
773 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
774 .toe section and .toe address checks. Use .reloc for _EAR*
775 symbols defined in non-BSS sections. Build table for _SPUEAR_
776 symbols.
777
778 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
779
780 PR gas/3811
781 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
782
783 2007-03-22 Joseph Myers <joseph@codesourcery.com>
784
785 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
786 version.
787
788 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
789
790 * dlltool.c (make_one_lib_file): Use pc-relative relocation
791 instead of an absolute relocation for x86_64-pc-mingw32 target.
792
793 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
794
795 * Makefile.am (REPORT_BUGS_TO): Removed.
796 (INCLUDES): Remove -DREPORT_BUGS_TO.
797 * Makefile.in: Regenerated.
798
799 * bucomm.c: Don't include bfdver.h.
800 * objdump.c: Likewise.
801 * version.c: Likewise.
802
803 * bucomm.h: Include bfdver.h.
804
805 * configure.in (--with-bugurl): Removed.
806 * configure: Regenerated.
807
808 * doc/Makefile.am (binutils_TEXINFOS): Removed.
809 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
810 (TEXI2DVI): Likewise.
811 (config.texi): Removed.
812 (MOSTLYCLEANFILES): Remove config.texi.
813 * doc/Makefile.in: Regenerated.
814
815 * doc/binutils.texi: Include bfdver.texi instead of
816 config.texi.
817
818 2007-03-13 Nick Clifton <nickc@redhat.com>
819
820 * readelf.c (dump_section): Also test for SHT_REL sections when
821 producing the warning about unapplied relocs.
822
823 2007-03-07 Joseph Myers <joseph@codesourcery.com>
824
825 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
826 bug-reporting URL.
827 * doc/Makefile.am (config.texi): Define BUGURL.
828 * doc/binutils.texi: Use BUGURL. Remove text about large files
829 and uuencoding.
830 * Makefile.in, configure, doc/Makefile.in: Regenerate.
831
832 2007-03-01 Phil Edwards <phil@codesourcery.com>
833 Richard Sandiford <richard@codesourcery.com>
834
835 * NEWS: Mention addition of --extract-symbol.
836 * doc/binutils.texi: Document it.
837 * objcopy.c (extract_symbol): New variable.
838 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
839 (copy_options): Add an entry for --extract-symbol.
840 (copy_usage): Mention --extract-symbol.
841 (copy_object): Set the start address to zero for --extract-symbol.
842 Do not copy private BFD data in that case.
843 (setup_section): Set the size, LMA and VMA to zero for
844 --extract-symbol. Do not copy private BFD data in that case.
845 (copy_section): Do not copy section contents if --extract-symbol
846 is passed.
847 (copy_main): Set extract_symbol to TRUE if --extract-symbol
848 is passed.
849
850 2007-03-01 Paul Brook <paul@codesourcery.com>
851
852 * MAINTAINERS: Update my entry.
853
854 2007-03-01 Joseph Myers <joseph@codesourcery.com>
855
856 * version.c: Update copyright date.
857
858 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
859
860 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
861 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
862 * Makefile.in, doc/Makefile.in: Regenerate.
863
864 2007-03-01 Alan Modra <amodra@bigpond.net.au>
865
866 * embedspu.sh: Set type and size of global program handle symbol.
867
868 2007-02-28 Alan Modra <amodra@bigpond.net.au>
869
870 * Makefile.am (PROGS): Delete.
871 (RENAMED_PROGS): Define. Extracted from..
872 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
873 (install-exec-local): Adjust.
874 * Makefile.in: Regenerate.
875
876 2007-02-28 Alan Modra <amodra@bigpond.net.au>
877
878 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
879 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
880 (EXTRA_PROGRAMS): Remove bin2c.
881 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
882 (bin2c_SOURCES): Delete.
883 (DISTCLEANFILES): Remove sysinfo.
884 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
885 bin2c$(EXEEXT_FOR_BUILD).
886 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
887 Move embedspu to..
888 (BUILD_INSTALL_MISC): ..here.
889 * Makefile.in: Regenerate.
890 * configure: Regenerate.
891
892 2007-02-27 Alan Modra <amodra@bigpond.net.au>
893
894 * bin2c.c: New file.
895 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
896 (CFILES): Add bin2c.c.
897 (bin2c_SOURCES): Define.
898 (bin2c.o): Dependencies from "make dep-am".
899 * configure.in (BUILD_MISC): Add bin2c.
900 * version.c: Update year.
901 * po/POTFILES.in: Regenerate.
902 * Makefile.in: Regenerate.
903 * configure: Regenerate.
904
905 2007-02-17 Mark Mitchell <mark@codesourcery.com>
906 Nathan Sidwell <nathan@codesourcery.com>
907 Vladimir Prus <vladimir@codesourcery.com
908 Joseph Myers <joseph@codesourcery.com>
909
910 * configure.in (--with-bugurl): New option.
911 * configure: Regenerate.
912 * Makefile.am (REPORT_BUGS_TO): Define.
913 (INCLUDES): Define REPORT_BUGS_TO.
914 Regenerate dependencies.
915 * Makefile.in: Regenerate.
916 * doc/Makefile.in: Regenerate.
917 * bucomm.h: Remove include of bin-bugs.h.
918 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
919 * ar.c (usage): Pass s to list_supported_targets. Don't print
920 empty REPORT_BUGS_TO.
921 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
922 * cxxfilt.c (usage): Print bug url when giving help.
923 * dlltool.c (usage): Likewise.
924 * dllwrap.c (usage): Likewise.
925 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
926 * nm.c (usage): Likewise.
927 * objcopy.c (copy_usage, strip_usage): Likewise.
928 * objdump.c (usage): Likewise.
929 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
930 callers.
931 * size.c (usage): Don't print empty REPORT_BUGS_TO.
932 * srconv.c (show_usage): Likewise.
933 * strings.c (usage): Likewise.
934 * sysdymp.c (show_usage): Likewise.
935 * windres.c (usage): Likewise.
936
937 2007-02-13 Alan Modra <amodra@bigpond.net.au>
938
939 * embedspu.sh: Add -W to readelf invocation.
940
941 2007-02-06 Dave Brolley <brolley@redhat.com>
942
943 * MAINTAINERS: Add myself as the maintainer of the MeP port.
944
945 2007-02-06 Nick Clifton <nickc@redhat.com>
946
947 PR gas/3800
948 * readelf.c: Include elf/h8.h twice. The first time in order to
949 get the reloc numbers, the second time in order to get the reloc
950 decoder function.
951 (dump_section): Tell the user if the section being displayed has
952 unprocessed relocs associated with it.
953 (get_reloc_size): New function - returns the size of a reloc.
954 (debug_apply_rela_addends): Use get_reloc_size().
955 * dwarf.c (read_and_display_attr_value): Extend number of
956 languages known for the DW_AT_language attribute.
957 (process_debug_info): Display the attribute offset before decoding
958 the attribute, in case there are problems.
959
960 2007-02-05 Dave Brolley <brolley@redhat.com>
961
962 * readelf.c (dump_relocations): Don't check for
963 (rtype == NULL && type == R_RELC).
964
965 2007-02-05 Dave Brolley <brolley@redhat.com>
966
967 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
968 * Makefile.in: Regenerated.
969 * Contribute the following changes:
970 2003-10-29 Dave Brolley <brolley@redhat.com>
971
972 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
973 * configure: Regenerated.
974
975 2001-04-03 Ben Elliston <bje@redhat.com>
976
977 * readelf.c: Include "elf/mep.h".
978 (guess_is_rela): Handle EM_CYGNUS_MEP.
979 (get_machine_name): Ditto.
980 (dump_relocations): Ditto.
981
982 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
983
984 * MAINTAINERS: Add a space between H.J. and Lu.
985
986 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
987
988 * doc/binutils.texi (objdump): Document the new addr64 option
989 for i386 disassembler.
990
991 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
992
993 PR binutils/3945
994 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
995 target.
996 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
997 * configure: Regenerated.
998
999 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
1000
1001 2007-02-02 Nick Clifton <nickc@redhat.com>
1002
1003 * doc/binutils.texi (objdump): Document support for disassembling
1004 the 440 PowerPC architecture.
1005
1006 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
1007
1008 * dwarf.c (process_debug_info): Protect against bogus length and
1009 abbrev offsets.
1010
1011 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
1012
1013 * ar.c (print_contents, extract_file): Cast the return value
1014 of fwrite to size_t.
1015
1016 2007-01-12 Alan Modra <amodra@bigpond.net.au>
1017
1018 * ar.c (open_inarch): Check fwrite return. Use size_t.
1019 (extract_file): Likewise. Remove test for "negative" file size.
1020 * readelf.c (process_program_headers): Check fscanf return.
1021
1022 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
1023
1024 * bucomm.c (template_in_dir): Fix typo.
1025
1026 2007-01-11 Alan Modra <amodra@bigpond.net.au>
1027
1028 * embedspu.sh: New file.
1029 * Makefile.am (embedspu): Add rule.
1030 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
1031 * Makefile.in: Regenerate.
1032 * configure: Regenerate.
1033
1034 2007-01-11 Alan Modra <amodra@bigpond.net.au>
1035
1036 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
1037 * bucomm.c (template_in_dir): New function, split out from..
1038 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
1039 (make_tempdir): Use template_in_dir. Handle directory creation
1040 when !HAVE_MKDTEMP.
1041 * objcopy.c (MKDIR): Don't define.
1042 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
1043 error message.
1044
1045 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
1046
1047 * readelf.c (get_machine_flags): Treat Fido as an architecture
1048 by itself.
1049
1050 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
1051
1052 * configure.in: Renamed target x86_64-*-mingw64 to
1053 x86_64-*-mingw*.
1054 * configure: Regenerated.
1055
1056 2007-01-05 Alan Modra <amodra@bigpond.net.au>
1057
1058 * readelf.c (dump_section): Don't print 32-bit values, which
1059 were done incorrectly for little-endian. Instead print bytes.
1060
1061 For older changes see ChangeLog-2006
1062 \f
1063 Local Variables:
1064 mode: change-log
1065 left-margin: 8
1066 fill-column: 74
1067 version-control: never
1068 End: