acea53ae69dd2309c58a6aa40fd3bdd7b0ebbec5
[platform/upstream/binutils.git] / binutils / ChangeLog
1 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
2
3         * version.c: Update copyright date.
4
5 2007-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
6
7         * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
8         Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
9         * Makefile.in, doc/Makefile.in: Regenerate.
10
11 2007-03-01  Alan Modra  <amodra@bigpond.net.au>
12
13         * embedspu.sh: Set type and size of global program handle symbol.
14
15 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
16
17         * Makefile.am (PROGS): Delete.
18         (RENAMED_PROGS): Define.  Extracted from..
19         (noinst_PROGRAMS): ..here.  Add BUILD_MISC.
20         (install-exec-local): Adjust.
21         * Makefile.in: Regenerate.
22
23 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
24
25         * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
26         (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
27         (EXTRA_PROGRAMS): Remove bin2c.
28         (bin2c$(EXEEXT_FOR_BUILD)): New rule.
29         (bin2c_SOURCES): Delete.
30         (DISTCLEANFILES): Remove sysinfo.
31         (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
32         bin2c$(EXEEXT_FOR_BUILD).
33         * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
34         Move embedspu to..
35         (BUILD_INSTALL_MISC): ..here.
36         * Makefile.in: Regenerate.
37         * configure: Regenerate.
38
39 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
40
41         * bin2c.c: New file.
42         * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
43         (CFILES): Add bin2c.c.
44         (bin2c_SOURCES): Define.
45         (bin2c.o): Dependencies from "make dep-am".
46         * configure.in (BUILD_MISC): Add bin2c.
47         * version.c: Update year.
48         * po/POTFILES.in: Regenerate.
49         * Makefile.in: Regenerate.
50         * configure: Regenerate.
51
52 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
53             Nathan Sidwell  <nathan@codesourcery.com>
54             Vladimir Prus  <vladimir@codesourcery.com
55             Joseph Myers  <joseph@codesourcery.com>
56
57         * configure.in (--with-bugurl): New option.
58         * configure: Regenerate.
59         * Makefile.am (REPORT_BUGS_TO): Define.
60         (INCLUDES): Define REPORT_BUGS_TO.
61         Regenerate dependencies.
62         * Makefile.in: Regenerate.
63         * doc/Makefile.in: Regenerate.
64         * bucomm.h: Remove include of bin-bugs.h.
65         * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
66         * ar.c (usage): Pass s to list_supported_targets.  Don't print
67         empty REPORT_BUGS_TO.
68         * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
69         * cxxfilt.c (usage): Print bug url when giving help.
70         * dlltool.c (usage): Likewise.
71         * dllwrap.c (usage): Likewise.
72         * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
73         * nm.c (usage): Likewise.
74         * objcopy.c (copy_usage, strip_usage): Likewise.
75         * objdump.c (usage): Likewise.
76         * readelf.c ((usage): Likewise. Add STREAM argument.  Adjust
77         callers.
78         * size.c (usage): Don't print empty REPORT_BUGS_TO.
79         * srconv.c (show_usage): Likewise.
80         * strings.c (usage): Likewise.
81         * sysdymp.c (show_usage): Likewise.
82         * windres.c (usage): Likewise.
83
84 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
85
86         * embedspu.sh: Add -W to readelf invocation.
87
88 2007-02-06  Dave Brolley  <brolley@redhat.com>
89
90         * MAINTAINERS: Add myself as the maintainer of the MeP port.
91
92 2007-02-06  Nick Clifton  <nickc@redhat.com>
93
94         PR gas/3800
95         * readelf.c: Include elf/h8.h twice.  The first time in order to
96         get the reloc numbers, the second time in order to get the reloc
97         decoder function.
98         (dump_section): Tell the user if the section being displayed has
99         unprocessed relocs associated with it.
100         (get_reloc_size): New function - returns the size of a reloc.
101         (debug_apply_rela_addends): Use get_reloc_size().
102         * dwarf.c (read_and_display_attr_value): Extend number of
103         languages known for the DW_AT_language attribute.
104         (process_debug_info): Display the attribute offset before decoding
105         the attribute, in case there are problems.
106
107 2007-02-05  Dave Brolley  <brolley@redhat.com>
108
109         * readelf.c (dump_relocations): Don't check for
110         (rtype == NULL && type == R_RELC).
111
112 2007-02-05  Dave Brolley  <brolley@redhat.com>
113
114         * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
115         * Makefile.in: Regenerated.
116         * Contribute the following changes:
117         2003-10-29  Dave Brolley  <brolley@redhat.com>
118
119         * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
120         * configure: Regenerated.
121
122         2001-04-03  Ben Elliston  <bje@redhat.com>
123
124         * readelf.c: Include "elf/mep.h".
125         (guess_is_rela): Handle EM_CYGNUS_MEP.
126         (get_machine_name): Ditto.
127         (dump_relocations): Ditto.
128
129 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
130
131         * MAINTAINERS: Add a space between H.J. and Lu.
132
133 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
134
135         * doc/binutils.texi (objdump): Document the new addr64 option
136         for i386 disassembler.
137
138 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
139
140         PR binutils/3945
141         * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
142         target.
143         (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
144         * configure: Regenerated.
145
146         * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
147
148 2007-02-02  Nick Clifton  <nickc@redhat.com>
149
150         * doc/binutils.texi (objdump): Document support for disassembling
151         the 440 PowerPC architecture.
152
153 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
154
155         * dwarf.c (process_debug_info): Protect against bogus length and
156         abbrev offsets.
157
158 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
159
160         * ar.c (print_contents, extract_file): Cast the return value
161         of fwrite to size_t.
162
163 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
164
165         * ar.c (open_inarch): Check fwrite return.  Use size_t.
166         (extract_file): Likewise.  Remove test for "negative" file size.
167         * readelf.c (process_program_headers): Check fscanf return.
168
169 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
170
171         * bucomm.c (template_in_dir): Fix typo.
172
173 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
174
175         * embedspu.sh: New file.
176         * Makefile.am (embedspu): Add rule.
177         * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
178         * Makefile.in: Regenerate.
179         * configure: Regenerate.
180
181 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
182
183         * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
184         * bucomm.c (template_in_dir): New function, split out from..
185         (make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
186         (make_tempdir): Use template_in_dir.  Handle directory creation
187         when !HAVE_MKDTEMP.
188         * objcopy.c (MKDIR): Don't define.
189         (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
190         error message.
191
192 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
193
194         * readelf.c (get_machine_flags): Treat Fido as an architecture
195         by itself.
196
197 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
198
199         * configure.in: Renamed target x86_64-*-mingw64 to
200         x86_64-*-mingw*.
201         * configure: Regenerated.
202
203 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
204
205         * readelf.c (dump_section): Don't print 32-bit values, which
206         were done incorrectly for little-endian.  Instead print bytes.
207
208 For older changes see ChangeLog-2006
209 \f
210 Local Variables:
211 mode: change-log
212 left-margin: 8
213 fill-column: 74
214 version-control: never
215 End: