1218822Sdim2007-07-02  Alan Modra  <amodra@bigpond.net.au>
2107492Sobrien
3218822Sdim	PR 4716
4218822Sdim	* objcopy.c (filter_symbols): Correct relocatable file test.
5107492Sobrien
6218822Sdim2007-07-02  Alan Modra  <amodra@bigpond.net.au>
7107492Sobrien
8218822Sdim	* Makefile.am: Run "make dep-am".
9218822Sdim	* Makefile.in: Regenerate.
10218822Sdim	* aclocal.m4: Regenerate.
11218822Sdim	* config.in: Regenerate.
12218822Sdim	* doc/Makefile.in: Regenerate.
13218822Sdim	* po/POTFILES.in: Regenerate.
14218822Sdim	* po/binutils.pot: Regenerate.
15107492Sobrien
16218822Sdim2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
17107492Sobrien
18218822Sdim	* aclocal.m4: Regenerated.
19218822Sdim	* doc/Makefile.in: Likewise.
20218822Sdim	* Makefile.in: Likewise.
21107492Sobrien
22218822Sdim2007-06-29  Joseph Myers  <joseph@codesourcery.com>
23107492Sobrien
24218822Sdim	* readelf.c (display_power_gnu_attribute, process_power_specific):
25218822Sdim	New.
26218822Sdim	(process_arch_specific): Call process_power_specific.
27104834Sobrien
28218822Sdim2007-06-29  Joseph Myers  <joseph@codesourcery.com>
29104834Sobrien
30218822Sdim	* readelf.c (display_mips_gnu_attribute): New.
31218822Sdim	(process_mips_specific): Call process_attributes.
32104834Sobrien
33218822Sdim2007-06-29  Joseph Myers  <joseph@codesourcery.com>
34104834Sobrien
35218822Sdim	* readelf.c (display_gnu_attribute): New.
36218822Sdim	(process_arm_specific): Rearrange as process_attributes.
37218822Sdim	(process_arm_specific): Replace by wrapper of process_attributes.
38104834Sobrien
39218822Sdim2007-06-28  Roland McGrath  <roland@frob.com>
40104834Sobrien
41218822Sdim	* objcopy.c (setup_section): Don't reset ELF section type to
42218822Sdim	SHT_NOBITS when it is SHT_NOTE.
43218822Sdim	* doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
44104834Sobrien
45218822Sdim2007-06-27  Alan Modra  <amodra@bigpond.net.au>
46104834Sobrien
47218822Sdim	* ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
48218822Sdim	* arsup.c: Likewise.
49218822Sdim	* binemul.c: Likewise.
50218822Sdim	* objcopy.c: Likewise.
51218822Sdim	* dlltool.c: Likewise.
52104834Sobrien
53218822Sdim2007-06-26  Shantonu Sen  <ssen@apple.com>
54107492Sobrien
55218822Sdim	PR binutils/4693
56218822Sdim	* Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
57218822Sdim	dependency on $(LIBICONV) to ...
58218822Sdim	(windres_LDADD, windmc_LDADD) ... here.
59218822Sdim	* Makefile.in: Regenerate.
60104834Sobrien
61218822Sdim2007-06-21  Alan Modra  <amodra@bigpond.net.au>
62104834Sobrien
63218822Sdim	* embedspu.sh (relas): Correct sh_info parsing.
64218822Sdim
65218822Sdim2007-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
66218822Sdim
67218822Sdim  	* objdump.c: Include sys/stat.h.
68218822Sdim
69218822Sdim2007-06-19  Kai Tietz  <kai.tietz@onevision.com>
70218822Sdim
71218822Sdim        * Makefile.am: Add windmc tool.
72218822Sdim        * Makefile.in: Regenerate.
73218822Sdim        * configure.in: Add windmc tool.
74218822Sdim        * configure: Regenerate.
75218822Sdim        * mclex.c: New.
76218822Sdim        * mcparse.y: New.
77218822Sdim        * windmc.c: New.
78218822Sdim        * windmc.h: New.
79218822Sdim        * doc/Makefile.am: Add windmc tool.
80218822Sdim        * doc/Makefile.in: Regenerate.
81218822Sdim        * doc/binutils.texi: Add windmc documentation.
82218822Sdim	* NEWS: Mention new tool.
83218822Sdim
84218822Sdim2007-06-18  Andi Kleen  <ak@suse.de>
85218822Sdim
86218822Sdim	* objdump.c: Include sys/mman.h
87218822Sdim	(print_file_list): Remove f, add map, mapsize, linemap, maxline,
88218822Sdim	last_line, first fields.
89218822Sdim	(slurp_file): Add.
90218822Sdim	(index_file): Add.
91218822Sdim	(print_file_open): Call slurp_file and index_file. Initialize new
92218822Sdim	fields.
93218822Sdim	(skip_to_line): Rename to print_line and write only single line.
94218822Sdim	(dump_line): Add.
95218822Sdim	(show_line): Change to new algorithm.
96218822Sdim
97218822Sdim2007-06-18  Thomas Weidenmueller  <w3seek@reactos.org>
98218822Sdim
99218822Sdim	* resres.c (probe_binary): Fix test for badly formatted headers.
100218822Sdim
101218822Sdim2007-06-18  Kai Tietz  <Kai.Tietz@onevision.com>
102218822Sdim
103218822Sdim	* rclex.c: (cpp_line): Add code_page pragma support.
104218822Sdim	* windres.c: (usage, long_options, main): Add new option
105218822Sdim	--codepage or -c.
106218822Sdim	* winduni.c: (wind_default_codepage, wind_current_codepage): New.
107218822Sdim	(unicode_from_ascii, ascii_from_unicode): Use
108218822Sdim	wind_current_codepage as codepage parameter.
109218822Sdim	(unicode_print): Print 4 characters for hexadecimal values in
110218822Sdim	unicode strings.
111218822Sdim	* winduni.h:  (wind_default_codepage, wind_current_codepage):
112218822Sdim	Export.
113218822Sdim	* doc/binutils.texi: Document new option.
114218822Sdim	* NEWS: Mention new features of windres.
115218822Sdim
116218822Sdim2007-06-18  Brian D. Watt  <bwatt@us.ibm.com>
117218822Sdim
118218822Sdim	* embedspu.sh: Parse _SPUEAR_ symbol values as hex.
119218822Sdim
120218822Sdim2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
121218822Sdim
122218822Sdim	* Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
123218822Sdim
124218822Sdim	* acinclude.m4: Removed.
125218822Sdim
126218822Sdim	* Makefile.in: Regenerated.
127218822Sdim	* aclocal.m4: Likewise.
128218822Sdim	* configure: Likewise.
129218822Sdim
130218822Sdim2007-06-11  Nathan Sidwell  <nathan@codesourcery.com>
131218822Sdim
132218822Sdim	* dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
133218822Sdim
134218822Sdim2007-06-06  Kai Tietz  <Kai.Tietz@onevision.com>
135218822Sdim
136218822Sdim	PR binutils/4356 binutils/591
137218822Sdim	* resrc.c (filename_need_quotes): New function.
138218822Sdim	(look_for_default): If filename_need_quotes is true then quote the
139218822Sdim	filename in the command line being created.
140218822Sdim	(read_rc_file): Likewise.
141218822Sdim
142218822Sdim2007-06-06  Ben Elliston  <bje@au.ibm.com>
143218822Sdim
144218822Sdim	* doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
145218822Sdim
146218822Sdim2007-06-05  Kai Tietz  <Kai.Tietz@onevision.com>
147218822Sdim
148218822Sdim	* Makefile.am: Add LIBICONV to windres.
149218822Sdim	* acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
150218822Sdim	* configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
151218822Sdim	* config.in: Add ICONV defines.
152104834Sobrien	* aclocal.m4: Regenerate.
153218822Sdim	* confugure: Regenerate.
154218822Sdim	* winduni.c: (local_iconv_map codepages, wind_language_t,
155218822Sdim	languages, unicode_is_valid_codepage, wind_find_language_by_id,
156218822Sdim	wind_find_language_by_codepage, wind_find_codepage_info,
157218822Sdim	unicode_from_codepage, codepage_from_unicode, iconv_onechar,
158218822Sdim	wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
159218822Sdim	New.
160218822Sdim	(ascii_from_unicode): Use codepage_from_unicode.
161218822Sdim	(ascii_from_unicode): Use unicode_from_codepage.
162218822Sdim	Use for cygwin windows API for unicode transformation.
163218822Sdim	* winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
164218822Sdim	macros.
165218822Sdim	(wind_language_t, local_iconv_map): New types.
166218822Sdim	(wind_find_language_by_id, wind_find_language_by_codepage,
167218822Sdim	unicode_is_valid_codepage, wind_find_codepage_info,
168218822Sdim	unicode_from_codepage, codepage_from_unicode): New
169218822Sdim	prototypes.
170218822Sdim
171218822Sdim2007-06-05  Alan Modra  <amodra@bigpond.net.au>
172218822Sdim
173218822Sdim	* embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
174218822Sdim
175218822Sdim2007-05-30  Alan Modra  <amodra@bigpond.net.au>
176218822Sdim
177218822Sdim	* objcopy.c (copy_object): Revert 2007-05-11 change.  Don't
178218822Sdim	avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
179218822Sdim	(setup_section): Don't modify flags, and don't avoid calling
180218822Sdim	bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
181218822Sdim	* readelf.c (process_program_headers): Ignore .dynamic of type
182218822Sdim	SHT_NOBITS.
183218822Sdim
184218822Sdim2007-05-29  Alan Modra  <amodra@bigpond.net.au>
185218822Sdim
186218822Sdim	* embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
187218822Sdim	pic or pie and image needs relocs.
188218822Sdim
189218822Sdim2007-05-24  Steve Ellcey  <sje@cup.hp.com>
190218822Sdim
191218822Sdim	* Makefile.in: Regenerate.
192104834Sobrien	* configure: Regenerate.
193218822Sdim	* aclocal.m4: Regenerate.
194218822Sdim	* doc/Makefile.in: Regenerate.
195104834Sobrien
196218822Sdim2007-05-24  Kai Tietz  <Kai.Tietz@onevision.com>
197104834Sobrien
198218822Sdim	* rcparse.y: Join strings for elements having no side-effects in
199218822Sdim	"rc"-grammar.
20099461Sobrien
201218822Sdim2007-05-23  Kai Tietz  <Kai.Tietz@onevision.com>
20299461Sobrien
203218822Sdim	* rclex.c: New file replacing rclex.l.
204218822Sdim	* rclex.l: Removed.
205218822Sdim	* windint.h: New file holding common structure and type
206218822Sdim	definitions.
207218822Sdim	* Makefile.am: Added new header windint.h and exchanged rclex.l by
208218822Sdim	rclex.c.
209218822Sdim	* Makefile.in: Regenerate.
210218822Sdim	* rcparse.y: Renamed some structures.
211218822Sdim	Use in internal representation always bfd_vma instead of long or
212218822Sdim	int.
213218822Sdim	Removed from %union unused stringtable.
214218822Sdim	Added to %union suni structure for unicode strings.
215218822Sdim	Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
216218822Sdim	DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
217218822Sdim	TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
218218822Sdim	Added support for these new rc file tokens.
219218822Sdim	* resbin.c: Rewrote using bfd and binary structures, and support
220218822Sdim	new resource types.
221218822Sdim	* rescoff.c: Likewise.
222218822Sdim	* resres.c: Likewise.
223218822Sdim	* resrc.c: Likewise. Dumps as RC are now recompilable.
224218822Sdim	* windres.c: As above. Using bfd for res and provide target
225218822Sdim	specific endianess support.
226218822Sdim	* windres.h: Use windint.h as include. Additionally removed K&R
227218822Sdim	syntax.
228218822Sdim	* winduni.c: New printing and unichar support routines.
229218822Sdim	* winduni.h: Prototypes for new unichar helpers.
230218822Sdim	* windint.h: New file.
23199461Sobrien
232218822Sdim2007-05-22  Paul Brook  <paul@codesourcery.com>
23399461Sobrien
234218822Sdim	* objdump.c (find_symbol_for_address): Merge section and target
235218822Sdim	specific filtering code.
23694536Sobrien
237218822Sdim2007-05-22  Nick Clifton  <nickc@redhat.com>
23894536Sobrien
239218822Sdim	* doc/binutils.texi: Use @copying around the copyright notice.
24094536Sobrien
241218822Sdim2007-05-21  Richard Sandiford  <richard@codesourcery.com>
24289857Sobrien
243218822Sdim	* objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
244218822Sdim	for executables and shared libraries.
24589857Sobrien
246218822Sdim2007-05-18  Nathan Sidwell  <nathan@codesourcery.com>
24789857Sobrien
248218822Sdim	* objcopy.c (strip_main): Detect identical input and output file
249218822Sdim	names.
250218822Sdim	(copy_main): Refactor tempname detection and use.
25189857Sobrien
252218822Sdim2007-05-17  Nick Clifton  <nickc@redhat.com>
253218822Sdim
254218822Sdim	* objdump.c (load_debug_section): Select bias for DWARF debug
255218822Sdim	addresses based on the flavour of the bfd.
256218822Sdim
257218822Sdim2007-05-11  Alan Modra  <amodra@bigpond.net.au>
258218822Sdim
259218822Sdim	PR 4479
260218822Sdim	* objcopy.c (copy_object): Don't copy ELF program headers for
261218822Sdim	--only-keep-debug.
262218822Sdim
263218822Sdim2007-05-11  Alan Modra  <amodra@bigpond.net.au>
264218822Sdim
265218822Sdim	* embedspu.sh (find_prog): Prefer prog in same dir as embedspu
266218822Sdim	over one found on the users path.
267218822Sdim	(main): Generate .reloc for each R_SPU_PPU* reloc.
268218822Sdim
269218822Sdim2007-04-28  Alan Modra  <amodra@bigpond.net.au>
270218822Sdim
271218822Sdim	* prdbg.c (tg_variable): Adjust for changed demangler.
272218822Sdim	(tg_start_function): Likewise.
273218822Sdim
274218822Sdim2007-04-27  Alan Modra  <amodra@bigpond.net.au>
275218822Sdim
276218822Sdim	* bucumm.h: Split off host dependencies to..
277218822Sdim	* sysdep.h: ..here.
278218822Sdim	Many files: Include sysdep.h.  Remove duplicate headers and reorder.
279218822Sdim	* Makefile.am: Run "make dep-am".
280218822Sdim	* Makefile.in: Regenerate.
281218822Sdim
282218822Sdim2007-04-24  Nick Clifton  <nickc@redhat.com>
283218822Sdim
284218822Sdim	* srconv.c (walk_tree_type_1): Initialise dpt.dunno.
285218822Sdim
286218822Sdim2007-04-24  Nathan Froyd  <froydnj@codesourcery.com>
287218822Sdim	    Phil Edwards  <phil@codesourcery.com>
288218822Sdim
289218822Sdim	* objcopy.c (filter_symbols): Explicitly stripping a symbol
290218822Sdim	used in relocations is an error.
291218822Sdim	Retype 'keep' to bfd_boolean.
292218822Sdim
293218822Sdim2007-04-24  Alan Modra  <amodra@bigpond.net.au>
294218822Sdim
295218822Sdim	* Makefile.in: Regenerate.
296218822Sdim	* doc/Makefile.in: Regenerate.
297218822Sdim
298218822Sdim2007-04-20  Nathan Froyd  <froydnj@codesourcery.com>
299218822Sdim	    Phil Edwards  <phil@codesourcery.com>
300218822Sdim	    Thomas de Lellis <tdel@windriver.com>
301218822Sdim
302218822Sdim	* objcopy.c (reverse_bytes):  New variable.
303218822Sdim	(command_line_switch, copy_main):  Add OPTION_REVERSE_ENDIAN.
304218822Sdim	(copy_options, copy_usage):  Add "reverse-bytes" entry.
305218822Sdim	(copy_section):  Reverse bytes within output sections.
306218822Sdim	* doc/binutils.texi:  Document new objcopy option.
307218822Sdim
308218822Sdim2007-04-20  Nick Clifton  <nickc@redhat.com>
309218822Sdim
310218822Sdim	* rclex.l: Allow underscores at the start of identifiers.
311218822Sdim
312218822Sdim2007-04-19  Alan Modra  <amodra@bigpond.net.au>
313218822Sdim
314218822Sdim	* budemang.c: Delete.
315218822Sdim	* budemang.h: Delete.
316218822Sdim	* addr2line.c (translate_addresses): Call bfd_demangle rather than
317218822Sdim	demangle.
318218822Sdim	* nm.c (print_symname): Likewise.
319218822Sdim	* objdump.c (objdump_print_symname, dump_symbols): Likewise.
320218822Sdim	(dump_bfd): Likewise.
321218822Sdim	* prdbg.c (struct pr_handle <demangler>): Add int param.
322218822Sdim	(tg_variable, tg_start_function): Adjust demangler calls.
323218822Sdim	* Makefile.am: Remove mention of budemang.[ch].  Run "make dep-am".
324218822Sdim	* Makefile.in: Regenerate.
325218822Sdim	* po/POTFILES.in: Regenerate.
326218822Sdim
327218822Sdim2007-04-14  Steve Ellcey  <sje@cup.hp.com>
328218822Sdim
329218822Sdim	* Makefile.am: Add ACLOCAL_AMFLAGS.
330218822Sdim	* configure.in: Change macro call order.
331218822Sdim	* Makefile.in: Regenerate.
33289857Sobrien	* configure: Regenerate.
33389857Sobrien
334218822Sdim2007-04-13  Nathan Sidwell  <nathan@codesourcery.com>
335218822Sdim
336218822Sdim	* Makefile.am (TOOL_PROGS): Add objcopy.
337218822Sdim	* Makefile.in: Rebuilt.
338218822Sdim
339218822Sdim2007-04-12  H.J. Lu  <hongjiu.lu@intel.com>
340218822Sdim
341218822Sdim	PR binutils/4348
342218822Sdim	* objcopy.c (copy_object): Don't stop when there are no
343218822Sdim	sections to be copied.
344218822Sdim
345218822Sdim2007-04-10  Vladimir Prus  <vladimir@codesourcery.com>
346218822Sdim
347218822Sdim	* NEWS: Mention disjoint histograms support in
348218822Sdim	gprof.
349218822Sdim
350218822Sdim2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
351218822Sdim
352218822Sdim	* dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
353218822Sdim	DW_TAG_inlined_subroutine.
354218822Sdim
355218822Sdim2007-04-06  Matt Thomas  <matt@netbsd.org>
356218822Sdim
357218822Sdim	* MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
358218822Sdim
359218822Sdim2007-04-05  Alan Modra  <amodra@bigpond.net.au>
360218822Sdim
361218822Sdim	PR binutils/4292
362218822Sdim	* nm.c (print_value): Cast bfd_vma to unsigned long to suit
363218822Sdim	value_format_32bit.
364218822Sdim
365218822Sdim2007-04-02  Nick Clifton  <nickc@redhat.com>
366218822Sdim
367218822Sdim	PR binutils/4292
368218822Sdim	* nm.c (value_format): Replace with value_format_32bit and
369218822Sdim	value_format_64bit.
370218822Sdim	(set_radix): Update setting of value_format.
371218822Sdim	(set_print_width): New function.  Compute the address size of a
372218822Sdim	given bfd and set the print_width global appropriately.
373218822Sdim	(display_archive): Use set_print_width.
374218822Sdim	(display_file): Likewise,
375218822Sdim	(print_object_filename_sysv): Update use of print_width.
376218822Sdim	(print_archive_member_sysv): Likewise.
377218822Sdim	(print_symbol_filename_posix): Likewise.
378218822Sdim	(print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
379218822Sdim
380218822Sdim2007-03-28  Richard Sandiford  <richard@codesourcery.com>
381218822Sdim	    Phil Edwards  <phil@codesourcery.com>
382218822Sdim
383218822Sdim	* doc/binutils.texi: Put the contents after the title page rather
384218822Sdim	than at the end of the document.
385218822Sdim
386218822Sdim2007-03-28  Nick Clifton  <nickc@redhat.com>
387218822Sdim
388218822Sdim	* readelf.c (slurp_rela_relocs): Add newline to end of error
389218822Sdim	messages.
390218822Sdim	(slurp_rel_relocs, request_dump, request_dump_byname,
391218822Sdim	process_program_headers, process_dynamic_section,
392218822Sdim	process_symbol_table, process_mips_specific, main): Likewise.
393218822Sdim
394218822Sdim2007-03-28  Alan Modra  <amodra@bigpond.net.au>
395218822Sdim
396218822Sdim	* MAINTAINERS: Update mailing list addresses.  Add myself
397218822Sdim	as PPC maintainer.
398218822Sdim
399218822Sdim2007-03-27  Alan Modra  <amodra@bigpond.net.au>
400218822Sdim
401218822Sdim	* embedspu.sh: Correct toe_addr quoting.
402218822Sdim
403218822Sdim2007-03-27  Alan Modra  <amodra@bigpond.net.au>
404218822Sdim
405218822Sdim	* embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns.  Tighten
406218822Sdim	.toe section and .toe address checks.  Use .reloc for _EAR*
407218822Sdim	symbols defined in non-BSS sections.  Build table for _SPUEAR_
408218822Sdim	symbols.
409218822Sdim
410218822Sdim2007-03-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
411218822Sdim
412218822Sdim	PR gas/3811
413218822Sdim	* readelf.c (debug_apply_rela_addends): Do nothing for SH.
414218822Sdim
415218822Sdim2007-03-22  Joseph Myers  <joseph@codesourcery.com>
416218822Sdim
417218822Sdim	* doc/binutils.texi: Include VERSION_PACKAGE when reporting
418218822Sdim	version.
419218822Sdim
420218822Sdim2007-03-16  Kai Tietz  <Kai.Tietz@onevision.com>
421218822Sdim
422218822Sdim	* dlltool.c (make_one_lib_file): Use pc-relative relocation
423218822Sdim	instead of an absolute relocation for x86_64-pc-mingw32 target.
424218822Sdim
425218822Sdim2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
426218822Sdim
427218822Sdim	* Makefile.am (REPORT_BUGS_TO): Removed.
428218822Sdim	(INCLUDES): Remove -DREPORT_BUGS_TO.
429218822Sdim	* Makefile.in: Regenerated.
430218822Sdim
431218822Sdim	* bucomm.c: Don't include bfdver.h.
432218822Sdim	* objdump.c: Likewise.
433218822Sdim	* version.c: Likewise.
434218822Sdim
435218822Sdim	* bucomm.h: Include bfdver.h.
436218822Sdim
437218822Sdim	* configure.in (--with-bugurl): Removed.
438218822Sdim	* configure: Regenerated.
439218822Sdim
440218822Sdim	* doc/Makefile.am (binutils_TEXINFOS): Removed.
441218822Sdim	(AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
442218822Sdim	(TEXI2DVI): Likewise.
443218822Sdim	(config.texi): Removed.
444218822Sdim	(MOSTLYCLEANFILES): Remove config.texi.
445218822Sdim	* doc/Makefile.in: Regenerated.
446218822Sdim
447218822Sdim	* doc/binutils.texi: Include bfdver.texi instead of
448218822Sdim	config.texi.
449218822Sdim
450218822Sdim2007-03-13  Nick Clifton  <nickc@redhat.com>
451218822Sdim
452218822Sdim	* readelf.c (dump_section): Also test for SHT_REL sections when
453218822Sdim	producing the warning about unapplied relocs.
454218822Sdim
455218822Sdim2007-03-07  Joseph Myers  <joseph@codesourcery.com>
456218822Sdim
457218822Sdim	* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
458218822Sdim	bug-reporting URL.
459218822Sdim	* doc/Makefile.am (config.texi): Define BUGURL.
460218822Sdim	* doc/binutils.texi: Use BUGURL.  Remove text about large files
461218822Sdim	and uuencoding.
462218822Sdim	* Makefile.in, configure, doc/Makefile.in: Regenerate.
463218822Sdim
464218822Sdim2007-03-01  Phil Edwards  <phil@codesourcery.com>
465218822Sdim	    Richard Sandiford  <richard@codesourcery.com>
466218822Sdim
467218822Sdim	* NEWS: Mention addition of --extract-symbol.
468218822Sdim	* doc/binutils.texi: Document it.
469218822Sdim	* objcopy.c (extract_symbol): New variable.
470218822Sdim	(OPTION_EXTRACT_SYMBOLS): New command_line_switch.
471218822Sdim	(copy_options): Add an entry for --extract-symbol.
472218822Sdim	(copy_usage): Mention --extract-symbol.
473218822Sdim	(copy_object): Set the start address to zero for --extract-symbol.
474218822Sdim	Do not copy private BFD data in that case.
475218822Sdim	(setup_section): Set the size, LMA and VMA to zero for
476218822Sdim	--extract-symbol.  Do not copy private BFD data in that case.
477218822Sdim	(copy_section): Do not copy section contents if --extract-symbol
478218822Sdim	is passed.
479218822Sdim	(copy_main): Set extract_symbol to TRUE if --extract-symbol
480218822Sdim	is passed.
481218822Sdim
482218822Sdim2007-03-01  Paul Brook  <paul@codesourcery.com>
483218822Sdim
484218822Sdim	* MAINTAINERS: Update my entry.
485218822Sdim
486218822Sdim2007-03-01  Joseph Myers  <joseph@codesourcery.com>
487218822Sdim
488218822Sdim	* version.c: Update copyright date.
489218822Sdim
490218822Sdim2007-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
491218822Sdim
492218822Sdim	* Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
493218822Sdim	Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
494218822Sdim	* Makefile.in, doc/Makefile.in: Regenerate.
495218822Sdim
496218822Sdim2007-03-01  Alan Modra  <amodra@bigpond.net.au>
497218822Sdim
498218822Sdim	* embedspu.sh: Set type and size of global program handle symbol.
499218822Sdim
500218822Sdim2007-02-28  Alan Modra  <amodra@bigpond.net.au>
501218822Sdim
502218822Sdim	* Makefile.am (PROGS): Delete.
503218822Sdim	(RENAMED_PROGS): Define.  Extracted from..
504218822Sdim	(noinst_PROGRAMS): ..here.  Add BUILD_MISC.
505218822Sdim	(install-exec-local): Adjust.
506218822Sdim	* Makefile.in: Regenerate.
507218822Sdim
508218822Sdim2007-02-28  Alan Modra  <amodra@bigpond.net.au>
509218822Sdim
510218822Sdim	* Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
511218822Sdim	(bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
512218822Sdim	(EXTRA_PROGRAMS): Remove bin2c.
513218822Sdim	(bin2c$(EXEEXT_FOR_BUILD)): New rule.
514218822Sdim	(bin2c_SOURCES): Delete.
515218822Sdim	(DISTCLEANFILES): Remove sysinfo.
516218822Sdim	(MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
517218822Sdim	bin2c$(EXEEXT_FOR_BUILD).
518218822Sdim	* configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
519218822Sdim	Move embedspu to..
520218822Sdim	(BUILD_INSTALL_MISC): ..here.
521218822Sdim	* Makefile.in: Regenerate.
522218822Sdim	* configure: Regenerate.
523218822Sdim
524218822Sdim2007-02-27  Alan Modra  <amodra@bigpond.net.au>
525218822Sdim
526218822Sdim	* bin2c.c: New file.
527218822Sdim	* Makefile.am (EXTRA_PROGRAMS): Add bin2c.
528218822Sdim	(CFILES): Add bin2c.c.
529218822Sdim	(bin2c_SOURCES): Define.
530218822Sdim	(bin2c.o): Dependencies from "make dep-am".
531218822Sdim	* configure.in (BUILD_MISC): Add bin2c.
532218822Sdim	* version.c: Update year.
533218822Sdim	* po/POTFILES.in: Regenerate.
534218822Sdim	* Makefile.in: Regenerate.
535218822Sdim	* configure: Regenerate.
536218822Sdim
537218822Sdim2007-02-17  Mark Mitchell  <mark@codesourcery.com>
538218822Sdim	    Nathan Sidwell  <nathan@codesourcery.com>
539218822Sdim	    Vladimir Prus  <vladimir@codesourcery.com
540218822Sdim	    Joseph Myers  <joseph@codesourcery.com>
541218822Sdim
542218822Sdim	* configure.in (--with-bugurl): New option.
543218822Sdim	* configure: Regenerate.
544218822Sdim	* Makefile.am (REPORT_BUGS_TO): Define.
545218822Sdim	(INCLUDES): Define REPORT_BUGS_TO.
546218822Sdim	Regenerate dependencies.
547218822Sdim	* Makefile.in: Regenerate.
548218822Sdim	* doc/Makefile.in: Regenerate.
549218822Sdim	* bucomm.h: Remove include of bin-bugs.h.
550218822Sdim	* addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
551218822Sdim	* ar.c (usage): Pass s to list_supported_targets.  Don't print
552218822Sdim	empty REPORT_BUGS_TO.
553218822Sdim	* coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
554218822Sdim	* cxxfilt.c (usage): Print bug url when giving help.
555218822Sdim	* dlltool.c (usage): Likewise.
556218822Sdim	* dllwrap.c (usage): Likewise.
557218822Sdim	* nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
558218822Sdim	* nm.c (usage): Likewise.
559218822Sdim	* objcopy.c (copy_usage, strip_usage): Likewise.
560218822Sdim	* objdump.c (usage): Likewise.
561218822Sdim	* readelf.c ((usage): Likewise. Add STREAM argument.  Adjust
562218822Sdim	callers.
563218822Sdim	* size.c (usage): Don't print empty REPORT_BUGS_TO.
564218822Sdim	* srconv.c (show_usage): Likewise.
565218822Sdim	* strings.c (usage): Likewise.
566218822Sdim	* sysdymp.c (show_usage): Likewise.
567218822Sdim	* windres.c (usage): Likewise.
568218822Sdim
569218822Sdim2007-02-13  Alan Modra  <amodra@bigpond.net.au>
570218822Sdim
571218822Sdim	* embedspu.sh: Add -W to readelf invocation.
572218822Sdim
573218822Sdim2007-02-06  Dave Brolley  <brolley@redhat.com>
574218822Sdim
575218822Sdim	* MAINTAINERS: Add myself as the maintainer of the MeP port.
576218822Sdim
577218822Sdim2007-02-06  Nick Clifton  <nickc@redhat.com>
578218822Sdim
579218822Sdim	PR gas/3800
580218822Sdim	* readelf.c: Include elf/h8.h twice.  The first time in order to
581218822Sdim	get the reloc numbers, the second time in order to get the reloc
582218822Sdim	decoder function.
583218822Sdim	(dump_section): Tell the user if the section being displayed has
584218822Sdim	unprocessed relocs associated with it.
585218822Sdim	(get_reloc_size): New function - returns the size of a reloc.
586218822Sdim	(debug_apply_rela_addends): Use get_reloc_size().
587218822Sdim	* dwarf.c (read_and_display_attr_value): Extend number of
588218822Sdim	languages known for the DW_AT_language attribute.
589218822Sdim	(process_debug_info): Display the attribute offset before decoding
590218822Sdim	the attribute, in case there are problems.
591218822Sdim
592218822Sdim2007-02-05  Dave Brolley  <brolley@redhat.com>
593218822Sdim
594218822Sdim	* readelf.c (dump_relocations): Don't check for
595218822Sdim	(rtype == NULL && type == R_RELC).
596218822Sdim
597218822Sdim2007-02-05  Dave Brolley  <brolley@redhat.com>
598218822Sdim
599218822Sdim	* Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
600218822Sdim	* Makefile.in: Regenerated.
601218822Sdim	* Contribute the following changes:
602218822Sdim	2003-10-29  Dave Brolley  <brolley@redhat.com>
603218822Sdim
604218822Sdim	* configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
605218822Sdim	* configure: Regenerated.
606218822Sdim
607218822Sdim	2001-04-03  Ben Elliston  <bje@redhat.com>
608218822Sdim
609218822Sdim	* readelf.c: Include "elf/mep.h".
610218822Sdim	(guess_is_rela): Handle EM_CYGNUS_MEP.
611218822Sdim	(get_machine_name): Ditto.
612218822Sdim	(dump_relocations): Ditto.
613218822Sdim
614218822Sdim2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
615218822Sdim
616218822Sdim	* MAINTAINERS: Add a space between H.J. and Lu.
617218822Sdim
618218822Sdim2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
619218822Sdim
620218822Sdim	* doc/binutils.texi (objdump): Document the new addr64 option
621218822Sdim	for i386 disassembler.
622218822Sdim
623218822Sdim2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
624218822Sdim
625218822Sdim	PR binutils/3945
626218822Sdim	* configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
627218822Sdim	target.
628218822Sdim	(DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
629218822Sdim	* configure: Regenerated.
630218822Sdim
631218822Sdim	* dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
632218822Sdim
633218822Sdim2007-02-02  Nick Clifton  <nickc@redhat.com>
634218822Sdim
635218822Sdim	* doc/binutils.texi (objdump): Document support for disassembling
636218822Sdim	the 440 PowerPC architecture.
637218822Sdim
638218822Sdim2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
639218822Sdim
640218822Sdim	* dwarf.c (process_debug_info): Protect against bogus length and
641218822Sdim	abbrev offsets.
642218822Sdim
643218822Sdim2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
644218822Sdim
645218822Sdim	* ar.c (print_contents, extract_file): Cast the return value
646218822Sdim	of fwrite to size_t.
647218822Sdim
648218822Sdim2007-01-12  Alan Modra  <amodra@bigpond.net.au>
649218822Sdim
650218822Sdim	* ar.c (open_inarch): Check fwrite return.  Use size_t.
651218822Sdim	(extract_file): Likewise.  Remove test for "negative" file size.
652218822Sdim	* readelf.c (process_program_headers): Check fscanf return.
653218822Sdim
654218822Sdim2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
655218822Sdim
656218822Sdim	* bucomm.c (template_in_dir): Fix typo.
657218822Sdim
658218822Sdim2007-01-11  Alan Modra  <amodra@bigpond.net.au>
659218822Sdim
660218822Sdim	* embedspu.sh: New file.
661218822Sdim	* Makefile.am (embedspu): Add rule.
662218822Sdim	* configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
663218822Sdim	* Makefile.in: Regenerate.
664218822Sdim	* configure: Regenerate.
665218822Sdim
666218822Sdim2007-01-11  Alan Modra  <amodra@bigpond.net.au>
667218822Sdim
668218822Sdim	* bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
669218822Sdim	* bucomm.c (template_in_dir): New function, split out from..
670218822Sdim	(make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
671218822Sdim	(make_tempdir): Use template_in_dir.  Handle directory creation
672218822Sdim	when !HAVE_MKDTEMP.
673218822Sdim	* objcopy.c (MKDIR): Don't define.
674218822Sdim	(copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
675218822Sdim	error message.
676218822Sdim
677218822Sdim2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
678218822Sdim
679218822Sdim	* readelf.c (get_machine_flags): Treat Fido as an architecture
680218822Sdim	by itself.
681218822Sdim
682218822Sdim2007-01-08  Kai Tietz	<kai.tietz@onevision.com>
683218822Sdim
684218822Sdim	* configure.in: Renamed target x86_64-*-mingw64 to
685218822Sdim	x86_64-*-mingw*.
686218822Sdim	* configure: Regenerated.
687218822Sdim
688218822Sdim2007-01-05  Alan Modra  <amodra@bigpond.net.au>
689218822Sdim
690218822Sdim	* readelf.c (dump_section): Don't print 32-bit values, which
691218822Sdim	were done incorrectly for little-endian.  Instead print bytes.
692218822Sdim
693218822SdimFor older changes see ChangeLog-2006
69433965Sjdp
69533965SjdpLocal Variables:
69633965Sjdpmode: change-log
69733965Sjdpleft-margin: 8
69833965Sjdpfill-column: 74
69933965Sjdpversion-control: never
70033965SjdpEnd:
701