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