* breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ece5ef60
AM
12007-05-11 Alan Modra <amodra@bigpond.net.au>
2
3 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
4 over one found on the users path.
5 (main): Generate .reloc for each R_SPU_PPU* reloc.
6
e74ecdb3
AM
72007-04-28 Alan Modra <amodra@bigpond.net.au>
8
9 * prdbg.c (tg_variable): Adjust for changed demangler.
10 (tg_start_function): Likewise.
11
eddc20ad
AM
122007-04-27 Alan Modra <amodra@bigpond.net.au>
13
14 * bucumm.h: Split off host dependencies to..
15 * sysdep.h: ..here.
16 Many files: Include sysdep.h. Remove duplicate headers and reorder.
17 * Makefile.am: Run "make dep-am".
18 * Makefile.in: Regenerate.
19
1a0a850d
NC
202007-04-24 Nick Clifton <nickc@redhat.com>
21
22 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
23
312aaa3c
NC
242007-04-24 Nathan Froyd <froydnj@codesourcery.com>
25 Phil Edwards <phil@codesourcery.com>
26
27 * objcopy.c (filter_symbols): Explicitly stripping a symbol
28 used in relocations is an error.
29 Retype 'keep' to bfd_boolean.
30
55da90a3
AM
312007-04-24 Alan Modra <amodra@bigpond.net.au>
32
33 * Makefile.in: Regenerate.
34 * doc/Makefile.in: Regenerate.
35
9e48b4c6
NC
362007-04-20 Nathan Froyd <froydnj@codesourcery.com>
37 Phil Edwards <phil@codesourcery.com>
38 Thomas de Lellis <tdel@windriver.com>
39
40 * objcopy.c (reverse_bytes): New variable.
41 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
42 (copy_options, copy_usage): Add "reverse-bytes" entry.
43 (copy_section): Reverse bytes within output sections.
44 * doc/binutils.texi: Document new objcopy option.
45
c6e15d68
NC
462007-04-20 Nick Clifton <nickc@redhat.com>
47
48 * rclex.l: Allow underscores at the start of identifiers.
49
ed180cc5
AM
502007-04-19 Alan Modra <amodra@bigpond.net.au>
51
52 * budemang.c: Delete.
53 * budemang.h: Delete.
54 * addr2line.c (translate_addresses): Call bfd_demangle rather than
55 demangle.
56 * nm.c (print_symname): Likewise.
57 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
58 (dump_bfd): Likewise.
59 * prdbg.c (struct pr_handle <demangler>): Add int param.
60 (tg_variable, tg_start_function): Adjust demangler calls.
61 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
62 * Makefile.in: Regenerate.
63 * po/POTFILES.in: Regenerate.
64
d45dc31f
SE
652007-04-14 Steve Ellcey <sje@cup.hp.com>
66
67 * Makefile.am: Add ACLOCAL_AMFLAGS.
68 * configure.in: Change macro call order.
69 * Makefile.in: Regenerate.
70 * configure: Regenerate.
71
79e341d9
NS
722007-04-13 Nathan Sidwell <nathan@codesourcery.com>
73
74 * Makefile.am (TOOL_PROGS): Add objcopy.
75 * Makefile.in: Rebuilt.
76
1aa9ef63
L
772007-04-12 H.J. Lu <hongjiu.lu@intel.com>
78
79 PR binutils/4348
80 * objcopy.c (copy_object): Don't stop when there are no
81 sections to be copied.
82
9fbad737
VP
832007-04-10 Vladimir Prus <vladimir@codesourcery.com>
84
85 * NEWS: Mention disjoint histograms support in
86 gprof.
87
6eef1355
DJ
882007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
89
90 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
91 DW_TAG_inlined_subroutine.
92
5ad507ee
MT
932007-04-06 Matt Thomas <matt@netbsd.org>
94
95 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
96
be26064b
AM
972007-04-05 Alan Modra <amodra@bigpond.net.au>
98
99 PR binutils/4292
100 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
101 value_format_32bit.
102
970ccc77
NC
1032007-04-02 Nick Clifton <nickc@redhat.com>
104
105 PR binutils/4292
106 * nm.c (value_format): Replace with value_format_32bit and
107 value_format_64bit.
108 (set_radix): Update setting of value_format.
109 (set_print_width): New function. Compute the address size of a
110 given bfd and set the print_width global appropriately.
111 (display_archive): Use set_print_width.
112 (display_file): Likewise,
113 (print_object_filename_sysv): Update use of print_width.
114 (print_archive_member_sysv): Likewise.
115 (print_symbol_filename_posix): Likewise.
116 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
117
4ecceb71
RS
1182007-03-28 Richard Sandiford <richard@codesourcery.com>
119 Phil Edwards <phil@codesourcery.com>
120
121 * doc/binutils.texi: Put the contents after the title page rather
122 than at the end of the document.
123
331e5c3c
NC
1242007-03-28 Nick Clifton <nickc@redhat.com>
125
126 * readelf.c (slurp_rela_relocs): Add newline to end of error
127 messages.
128 (slurp_rel_relocs, request_dump, request_dump_byname,
129 process_program_headers, process_dynamic_section,
130 process_symbol_table, process_mips_specific, main): Likewise.
131
eacf2b70
AM
1322007-03-28 Alan Modra <amodra@bigpond.net.au>
133
134 * MAINTAINERS: Update mailing list addresses. Add myself
135 as PPC maintainer.
136
48d8dc64
AM
1372007-03-27 Alan Modra <amodra@bigpond.net.au>
138
139 * embedspu.sh: Correct toe_addr quoting.
140
88948ad0
AM
1412007-03-27 Alan Modra <amodra@bigpond.net.au>
142
143 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
144 .toe section and .toe address checks. Use .reloc for _EAR*
145 symbols defined in non-BSS sections. Build table for _SPUEAR_
146 symbols.
147
6528d0cb
KK
1482007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
149
150 PR gas/3811
151 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
152
e49e529d
JM
1532007-03-22 Joseph Myers <joseph@codesourcery.com>
154
155 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
156 version.
157
591a748a
NC
1582007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
159
160 * dlltool.c (make_one_lib_file): Use pc-relative relocation
161 instead of an absolute relocation for x86_64-pc-mingw32 target.
162
c428fa83
L
1632007-03-15 H.J. Lu <hongjiu.lu@intel.com>
164
165 * Makefile.am (REPORT_BUGS_TO): Removed.
166 (INCLUDES): Remove -DREPORT_BUGS_TO.
167 * Makefile.in: Regenerated.
168
169 * bucomm.c: Don't include bfdver.h.
170 * objdump.c: Likewise.
171 * version.c: Likewise.
172
173 * bucomm.h: Include bfdver.h.
174
175 * configure.in (--with-bugurl): Removed.
176 * configure: Regenerated.
177
178 * doc/Makefile.am (binutils_TEXINFOS): Removed.
179 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
180 (TEXI2DVI): Likewise.
181 (config.texi): Removed.
182 (MOSTLYCLEANFILES): Remove config.texi.
183 * doc/Makefile.in: Regenerated.
184
185 * doc/binutils.texi: Include bfdver.texi instead of
186 config.texi.
187
35d9dd2f
NC
1882007-03-13 Nick Clifton <nickc@redhat.com>
189
190 * readelf.c (dump_section): Also test for SHT_REL sections when
191 producing the warning about unapplied relocs.
192
ad22bfe8
JM
1932007-03-07 Joseph Myers <joseph@codesourcery.com>
194
195 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
196 bug-reporting URL.
197 * doc/Makefile.am (config.texi): Define BUGURL.
198 * doc/binutils.texi: Use BUGURL. Remove text about large files
199 and uuencoding.
200 * Makefile.in, configure, doc/Makefile.in: Regenerate.
201
d3e52d40
RS
2022007-03-01 Phil Edwards <phil@codesourcery.com>
203 Richard Sandiford <richard@codesourcery.com>
204
205 * NEWS: Mention addition of --extract-symbol.
206 * doc/binutils.texi: Document it.
207 * objcopy.c (extract_symbol): New variable.
208 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
209 (copy_options): Add an entry for --extract-symbol.
210 (copy_usage): Mention --extract-symbol.
211 (copy_object): Set the start address to zero for --extract-symbol.
212 Do not copy private BFD data in that case.
213 (setup_section): Set the size, LMA and VMA to zero for
214 --extract-symbol. Do not copy private BFD data in that case.
215 (copy_section): Do not copy section contents if --extract-symbol
216 is passed.
217 (copy_main): Set extract_symbol to TRUE if --extract-symbol
218 is passed.
219
336becc7
PB
2202007-03-01 Paul Brook <paul@codesourcery.com>
221
222 * MAINTAINERS: Update my entry.
223
066c2a57
JM
2242007-03-01 Joseph Myers <joseph@codesourcery.com>
225
226 * version.c: Update copyright date.
227
a7186e88
DJ
2282007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
229
230 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
231 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
232 * Makefile.in, doc/Makefile.in: Regenerate.
233
11d5fa89
AM
2342007-03-01 Alan Modra <amodra@bigpond.net.au>
235
236 * embedspu.sh: Set type and size of global program handle symbol.
237
b125d98b
AM
2382007-02-28 Alan Modra <amodra@bigpond.net.au>
239
240 * Makefile.am (PROGS): Delete.
241 (RENAMED_PROGS): Define. Extracted from..
242 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
243 (install-exec-local): Adjust.
244 * Makefile.in: Regenerate.
245
1d97d67f
AM
2462007-02-28 Alan Modra <amodra@bigpond.net.au>
247
248 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
249 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
250 (EXTRA_PROGRAMS): Remove bin2c.
251 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
252 (bin2c_SOURCES): Delete.
253 (DISTCLEANFILES): Remove sysinfo.
254 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
255 bin2c$(EXEEXT_FOR_BUILD).
256 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
257 Move embedspu to..
258 (BUILD_INSTALL_MISC): ..here.
259 * Makefile.in: Regenerate.
260 * configure: Regenerate.
261
cd14b966
AM
2622007-02-27 Alan Modra <amodra@bigpond.net.au>
263
264 * bin2c.c: New file.
265 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
266 (CFILES): Add bin2c.c.
267 (bin2c_SOURCES): Define.
268 (bin2c.o): Dependencies from "make dep-am".
269 * configure.in (BUILD_MISC): Add bin2c.
270 * version.c: Update year.
271 * po/POTFILES.in: Regenerate.
272 * Makefile.in: Regenerate.
273 * configure: Regenerate.
274
92f01d61
JM
2752007-02-17 Mark Mitchell <mark@codesourcery.com>
276 Nathan Sidwell <nathan@codesourcery.com>
277 Vladimir Prus <vladimir@codesourcery.com
278 Joseph Myers <joseph@codesourcery.com>
279
280 * configure.in (--with-bugurl): New option.
281 * configure: Regenerate.
282 * Makefile.am (REPORT_BUGS_TO): Define.
283 (INCLUDES): Define REPORT_BUGS_TO.
284 Regenerate dependencies.
285 * Makefile.in: Regenerate.
286 * doc/Makefile.in: Regenerate.
287 * bucomm.h: Remove include of bin-bugs.h.
288 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
289 * ar.c (usage): Pass s to list_supported_targets. Don't print
290 empty REPORT_BUGS_TO.
291 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
292 * cxxfilt.c (usage): Print bug url when giving help.
293 * dlltool.c (usage): Likewise.
294 * dllwrap.c (usage): Likewise.
295 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
296 * nm.c (usage): Likewise.
297 * objcopy.c (copy_usage, strip_usage): Likewise.
298 * objdump.c (usage): Likewise.
299 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
300 callers.
301 * size.c (usage): Don't print empty REPORT_BUGS_TO.
302 * srconv.c (show_usage): Likewise.
303 * strings.c (usage): Likewise.
304 * sysdymp.c (show_usage): Likewise.
305 * windres.c (usage): Likewise.
306
41160f02
AM
3072007-02-13 Alan Modra <amodra@bigpond.net.au>
308
309 * embedspu.sh: Add -W to readelf invocation.
310
7358e3f7
DB
3112007-02-06 Dave Brolley <brolley@redhat.com>
312
313 * MAINTAINERS: Add myself as the maintainer of the MeP port.
314
4b78141a
NC
3152007-02-06 Nick Clifton <nickc@redhat.com>
316
317 PR gas/3800
318 * readelf.c: Include elf/h8.h twice. The first time in order to
319 get the reloc numbers, the second time in order to get the reloc
320 decoder function.
321 (dump_section): Tell the user if the section being displayed has
322 unprocessed relocs associated with it.
323 (get_reloc_size): New function - returns the size of a reloc.
324 (debug_apply_rela_addends): Use get_reloc_size().
325 * dwarf.c (read_and_display_attr_value): Extend number of
326 languages known for the DW_AT_language attribute.
327 (process_debug_info): Display the attribute offset before decoding
328 the attribute, in case there are problems.
329
15ab5209
DB
3302007-02-05 Dave Brolley <brolley@redhat.com>
331
332 * readelf.c (dump_relocations): Don't check for
333 (rtype == NULL && type == R_RELC).
334
3352007-02-05 Dave Brolley <brolley@redhat.com>
336
d66340fc
DB
337 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
338 * Makefile.in: Regenerated.
15ab5209
DB
339 * Contribute the following changes:
340 2003-10-29 Dave Brolley <brolley@redhat.com>
341
342 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
343 * configure: Regenerated.
344
345 2001-04-03 Ben Elliston <bje@redhat.com>
346
347 * readelf.c: Include "elf/mep.h".
348 (guess_is_rela): Handle EM_CYGNUS_MEP.
349 (get_machine_name): Ditto.
350 (dump_relocations): Ditto.
351
fc523535 3522007-02-02 H.J. Lu <hongjiu.lu@intel.com>
bffa52b3
L
353
354 * MAINTAINERS: Add a space between H.J. and Lu.
355
fc523535 3562007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
357
358 * doc/binutils.texi (objdump): Document the new addr64 option
359 for i386 disassembler.
360
fc523535 3612007-02-02 H.J. Lu <hongjiu.lu@intel.com>
7aad4c3d
L
362
363 PR binutils/3945
364 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
365 target.
366 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
367 * configure: Regenerated.
368
369 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
370
e5ce8970
NC
3712007-02-02 Nick Clifton <nickc@redhat.com>
372
373 * doc/binutils.texi (objdump): Document support for disassembling
374 the 440 PowerPC architecture.
375
460c89ff
NS
3762007-01-31 Nathan Sidwell <nathan@codesourcery.com>
377
378 * dwarf.c (process_debug_info): Protect against bogus length and
379 abbrev offsets.
380
84f1d826
KH
3812007-01-25 Kazu Hirata <kazu@codesourcery.com>
382
383 * ar.c (print_contents, extract_file): Cast the return value
384 of fwrite to size_t.
385
7bd7b3ef
AM
3862007-01-12 Alan Modra <amodra@bigpond.net.au>
387
388 * ar.c (open_inarch): Check fwrite return. Use size_t.
389 (extract_file): Likewise. Remove test for "negative" file size.
390 * readelf.c (process_program_headers): Check fscanf return.
391
2946671e
L
3922007-01-11 H.J. Lu <hongjiu.lu@intel.com>
393
394 * bucomm.c (template_in_dir): Fix typo.
395
669a9a2a
AM
3962007-01-11 Alan Modra <amodra@bigpond.net.au>
397
398 * embedspu.sh: New file.
399 * Makefile.am (embedspu): Add rule.
400 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
401 * Makefile.in: Regenerate.
402 * configure: Regenerate.
403
485be063
AM
4042007-01-11 Alan Modra <amodra@bigpond.net.au>
405
406 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
407 * bucomm.c (template_in_dir): New function, split out from..
408 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
409 (make_tempdir): Use template_in_dir. Handle directory creation
410 when !HAVE_MKDTEMP.
411 * objcopy.c (MKDIR): Don't define.
412 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
413 error message.
414
3bdcfdf4
KH
4152007-01-08 Kazu Hirata <kazu@codesourcery.com>
416
417 * readelf.c (get_machine_flags): Treat Fido as an architecture
418 by itself.
419
42037fe5
NC
4202007-01-08 Kai Tietz <kai.tietz@onevision.com>
421
422 * configure.in: Renamed target x86_64-*-mingw64 to
423 x86_64-*-mingw*.
424 * configure: Regenerated.
425
20414cab
AM
4262007-01-05 Alan Modra <amodra@bigpond.net.au>
427
428 * readelf.c (dump_section): Don't print 32-bit values, which
429 were done incorrectly for little-endian. Instead print bytes.
430
10a2343e 431For older changes see ChangeLog-2006
252b5132
RH
432\f
433Local Variables:
434mode: change-log
435left-margin: 8
436fill-column: 74
437version-control: never
438End:
This page took 0.33872 seconds and 4 git commands to generate.