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