bfd/
[binutils.git] / binutils / ChangeLog
blobc831cee1306ba728b8b73d05216361259e6513d5
1 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
3         * Makefile.am (REPORT_BUGS_TO): Removed.
4         (INCLUDES): Remove -DREPORT_BUGS_TO.
5         * Makefile.in: Regenerated.
7         * bucomm.c: Don't include bfdver.h.
8         * objdump.c: Likewise.
9         * version.c: Likewise.
11         * bucomm.h: Include bfdver.h.
13         * configure.in (--with-bugurl): Removed.
14         * configure: Regenerated.
16         * doc/Makefile.am (binutils_TEXINFOS): Removed.
17         (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
18         (TEXI2DVI): Likewise.
19         (config.texi): Removed.
20         (MOSTLYCLEANFILES): Remove config.texi.
21         * doc/Makefile.in: Regenerated.
23         * doc/binutils.texi: Include bfdver.texi instead of
24         config.texi.
26 2007-03-13  Nick Clifton  <nickc@redhat.com>
28         * readelf.c (dump_section): Also test for SHT_REL sections when
29         producing the warning about unapplied relocs.
31 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
33         * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
34         bug-reporting URL.
35         * doc/Makefile.am (config.texi): Define BUGURL.
36         * doc/binutils.texi: Use BUGURL.  Remove text about large files
37         and uuencoding.
38         * Makefile.in, configure, doc/Makefile.in: Regenerate.
40 2007-03-01  Phil Edwards  <phil@codesourcery.com>
41             Richard Sandiford  <richard@codesourcery.com>
43         * NEWS: Mention addition of --extract-symbol.
44         * doc/binutils.texi: Document it.
45         * objcopy.c (extract_symbol): New variable.
46         (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
47         (copy_options): Add an entry for --extract-symbol.
48         (copy_usage): Mention --extract-symbol.
49         (copy_object): Set the start address to zero for --extract-symbol.
50         Do not copy private BFD data in that case.
51         (setup_section): Set the size, LMA and VMA to zero for
52         --extract-symbol.  Do not copy private BFD data in that case.
53         (copy_section): Do not copy section contents if --extract-symbol
54         is passed.
55         (copy_main): Set extract_symbol to TRUE if --extract-symbol
56         is passed.
58 2007-03-01  Paul Brook  <paul@codesourcery.com>
60         * MAINTAINERS: Update my entry.
62 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
64         * version.c: Update copyright date.
66 2007-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
68         * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
69         Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
70         * Makefile.in, doc/Makefile.in: Regenerate.
72 2007-03-01  Alan Modra  <amodra@bigpond.net.au>
74         * embedspu.sh: Set type and size of global program handle symbol.
76 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
78         * Makefile.am (PROGS): Delete.
79         (RENAMED_PROGS): Define.  Extracted from..
80         (noinst_PROGRAMS): ..here.  Add BUILD_MISC.
81         (install-exec-local): Adjust.
82         * Makefile.in: Regenerate.
84 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
86         * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
87         (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
88         (EXTRA_PROGRAMS): Remove bin2c.
89         (bin2c$(EXEEXT_FOR_BUILD)): New rule.
90         (bin2c_SOURCES): Delete.
91         (DISTCLEANFILES): Remove sysinfo.
92         (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
93         bin2c$(EXEEXT_FOR_BUILD).
94         * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
95         Move embedspu to..
96         (BUILD_INSTALL_MISC): ..here.
97         * Makefile.in: Regenerate.
98         * configure: Regenerate.
100 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
102         * bin2c.c: New file.
103         * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
104         (CFILES): Add bin2c.c.
105         (bin2c_SOURCES): Define.
106         (bin2c.o): Dependencies from "make dep-am".
107         * configure.in (BUILD_MISC): Add bin2c.
108         * version.c: Update year.
109         * po/POTFILES.in: Regenerate.
110         * Makefile.in: Regenerate.
111         * configure: Regenerate.
113 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
114             Nathan Sidwell  <nathan@codesourcery.com>
115             Vladimir Prus  <vladimir@codesourcery.com
116             Joseph Myers  <joseph@codesourcery.com>
118         * configure.in (--with-bugurl): New option.
119         * configure: Regenerate.
120         * Makefile.am (REPORT_BUGS_TO): Define.
121         (INCLUDES): Define REPORT_BUGS_TO.
122         Regenerate dependencies.
123         * Makefile.in: Regenerate.
124         * doc/Makefile.in: Regenerate.
125         * bucomm.h: Remove include of bin-bugs.h.
126         * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
127         * ar.c (usage): Pass s to list_supported_targets.  Don't print
128         empty REPORT_BUGS_TO.
129         * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
130         * cxxfilt.c (usage): Print bug url when giving help.
131         * dlltool.c (usage): Likewise.
132         * dllwrap.c (usage): Likewise.
133         * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
134         * nm.c (usage): Likewise.
135         * objcopy.c (copy_usage, strip_usage): Likewise.
136         * objdump.c (usage): Likewise.
137         * readelf.c ((usage): Likewise. Add STREAM argument.  Adjust
138         callers.
139         * size.c (usage): Don't print empty REPORT_BUGS_TO.
140         * srconv.c (show_usage): Likewise.
141         * strings.c (usage): Likewise.
142         * sysdymp.c (show_usage): Likewise.
143         * windres.c (usage): Likewise.
145 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
147         * embedspu.sh: Add -W to readelf invocation.
149 2007-02-06  Dave Brolley  <brolley@redhat.com>
151         * MAINTAINERS: Add myself as the maintainer of the MeP port.
153 2007-02-06  Nick Clifton  <nickc@redhat.com>
155         PR gas/3800
156         * readelf.c: Include elf/h8.h twice.  The first time in order to
157         get the reloc numbers, the second time in order to get the reloc
158         decoder function.
159         (dump_section): Tell the user if the section being displayed has
160         unprocessed relocs associated with it.
161         (get_reloc_size): New function - returns the size of a reloc.
162         (debug_apply_rela_addends): Use get_reloc_size().
163         * dwarf.c (read_and_display_attr_value): Extend number of
164         languages known for the DW_AT_language attribute.
165         (process_debug_info): Display the attribute offset before decoding
166         the attribute, in case there are problems.
168 2007-02-05  Dave Brolley  <brolley@redhat.com>
170         * readelf.c (dump_relocations): Don't check for
171         (rtype == NULL && type == R_RELC).
173 2007-02-05  Dave Brolley  <brolley@redhat.com>
175         * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
176         * Makefile.in: Regenerated.
177         * Contribute the following changes:
178         2003-10-29  Dave Brolley  <brolley@redhat.com>
180         * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
181         * configure: Regenerated.
183         2001-04-03  Ben Elliston  <bje@redhat.com>
185         * readelf.c: Include "elf/mep.h".
186         (guess_is_rela): Handle EM_CYGNUS_MEP.
187         (get_machine_name): Ditto.
188         (dump_relocations): Ditto.
190 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
192         * MAINTAINERS: Add a space between H.J. and Lu.
194 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
196         * doc/binutils.texi (objdump): Document the new addr64 option
197         for i386 disassembler.
199 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
201         PR binutils/3945
202         * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
203         target.
204         (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
205         * configure: Regenerated.
207         * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
209 2007-02-02  Nick Clifton  <nickc@redhat.com>
211         * doc/binutils.texi (objdump): Document support for disassembling
212         the 440 PowerPC architecture.
214 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
216         * dwarf.c (process_debug_info): Protect against bogus length and
217         abbrev offsets.
219 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
221         * ar.c (print_contents, extract_file): Cast the return value
222         of fwrite to size_t.
224 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
226         * ar.c (open_inarch): Check fwrite return.  Use size_t.
227         (extract_file): Likewise.  Remove test for "negative" file size.
228         * readelf.c (process_program_headers): Check fscanf return.
230 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
232         * bucomm.c (template_in_dir): Fix typo.
234 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
236         * embedspu.sh: New file.
237         * Makefile.am (embedspu): Add rule.
238         * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
239         * Makefile.in: Regenerate.
240         * configure: Regenerate.
242 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
244         * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
245         * bucomm.c (template_in_dir): New function, split out from..
246         (make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
247         (make_tempdir): Use template_in_dir.  Handle directory creation
248         when !HAVE_MKDTEMP.
249         * objcopy.c (MKDIR): Don't define.
250         (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
251         error message.
253 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
255         * readelf.c (get_machine_flags): Treat Fido as an architecture
256         by itself.
258 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
260         * configure.in: Renamed target x86_64-*-mingw64 to
261         x86_64-*-mingw*.
262         * configure: Regenerated.
264 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
266         * readelf.c (dump_section): Don't print 32-bit values, which
267         were done incorrectly for little-endian.  Instead print bytes.
269 For older changes see ChangeLog-2006
271 Local Variables:
272 mode: change-log
273 left-margin: 8
274 fill-column: 74
275 version-control: never
276 End: