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