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