Fix spelling typo
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2007-09-25 Thien-Thi Nguyen <ttn@gnuvola.org>
2
3 * MAINTAINERS: Fix typo.
4
5 2007-09-17 Shen Feng <shen@cn.fujitsu.com>
6
7 * readelf.c (do_archive_index): New.
8 (options): Add -c and --archive-index option.
9 (usage): Add -c option.
10 (parse_args): Add c option parsing.
11 (process_archive): Dump archive index.
12 * NEWS: Mention the new feature.
13 * doc/binutils.texi: Document the new feature.
14
15 2007-09-17 Nick Clifton <nickc@redhat.com>
16
17 * po/es.po: Updated Spanish translation.
18
19 2007-09-17 Nick Clifton <nickc@redhat.com>
20
21 * doc/binutils.texi (objdump): Describe the output of the --syms
22 option in more detail.
23
24 2007-09-17 Alon Bar-Lev <alon.barlev@gmail.com>
25
26 PR binutils/4987
27 * resrc.c: (read_rc_file): Move 'filename' default initialization
28 to start of function.
29
30 2007-08-31 Michael Meissner <michael.meissner@amd.com>
31 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
32
33 * NEWS: Add note about SSE5 being added on i386.
34
35 2007-09-13 Alan Modra <amodra@bigpond.net.au>
36 Zhou Drangon <drangon.mail@gmail.com>
37
38 * nm.c (value_format_64bit, set_print_radix, print_value): Handle
39 BFD_HOST_64BIT_LONG_LONG.
40 * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
41 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
42 (dump_relocations): Likewise. Expand _bfd_int64_low in a
43 number of places.
44
45 2007-09-11 Kai Tietz <kai.tietz@onevision.com>
46
47 * rcparse.y: (string_data): Removed ill token removal.
48
49 2007-09-10 Alan Modra <amodra@bigpond.net.au>
50
51 PR 5011
52 * readelf.c (process_version_sections): Don't read past end of
53 various section buffers.
54
55 2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
56
57 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
58 * Makefile.in: Regenerated.
59
60 * sysdep.h: Include "config.h" first.
61
62 2007-08-31 Nick Clifton <nickc@redhat.com>
63
64 * po/sk.po: New Slovakian translation.
65 * configure.in (LINGUAS): Add sk.
66 * configure: Regenerate.
67
68 2007-08-30 Nick Clifton <nickc@redhat.com>
69
70 * readelf.c (dump_type): New type used to classify the kinds of
71 dump requested by the user.
72 (dump_sects, cmdline_dump_sects): Use the new type.
73 (options): Add --string-dump option.
74 (request_dump): Rename to request_dump_bynumber. Use dump_type.
75 (request_dump_byname): Use dump_type.
76 (parse_args): Parse --string-dump option.
77 (process_section_headers): Fix calls to request_dump.
78 (initialise_dumps_byname): Likewise.
79 (dump_section): Rename to dump_section_as_bytes.
80 (dump_section_as_strings): New function. Display the contents of
81 a section as printable strings.
82 (process_section_contents): String dump the section if requested.
83 (process_object): Use dump_type.
84 (main): Likewise.
85 * Makefile.am: Add dependency for readelf.c on safe-ctype.h.
86 * Makefile.in: Regenerate.
87 * NEWS: Mention the new feature.
88 * doc/binutils.texi: Document the new feature.
89
90 2007-08-30 Nathan Sidwell <nathan@codesourcery.com>
91
92 * bucomm.c (bfd_nonfatal_message): New.
93 * bucomm.h (bfd_nonfatal_message): Declare.
94 * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use
95 bfd_nonfatal_message.
96 (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL
97 calls, or replace with bfd_nonfatal_message calls as appropriate.
98 (copy_object, copy_archive, copy_file, setup_section,
99 copy_section, write_debugging_info): Likewise.
100
101 2007-08-28 Nick Clifton <nickc@redhat.com>
102
103 * NEWS: Mention Coverity's contribution.
104
105 2007-08-25 Ulrich Weigand <uweigand@de.ibm.com>
106
107 * readelf.c (process_note): Recognize SPU core file notes.
108
109 2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
110
111 * configure.in: Install embedspu on powerpc*-*-eabi* also.
112 * configure: Regenerated.
113
114 2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
115
116 * po/uk.po: Updated Ukrainian translation.
117
118 2007-08-22 Ben Elliston <bje@au.ibm.com>
119
120 * doc/binutils.texi (objdump): Document -Mppcps.
121
122 2007-08-17 Alan Modra <amodra@bigpond.net.au>
123
124 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
125
126 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
127
128 * readelf.c: Revert last change.
129
130 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
131
132 * readelf.c (get_segment_type): Change PT_GNU_STACK to
133 PT_GNU_ATTR.
134
135 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
136
137 * NEWS: Add a marker for the 2.18 features.
138
139 2007-08-12 Matthias Klose <doko@ubuntu.com>
140
141 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
142 $(top_srcdir)/../../bfd/doc.
143 * doc/Makefile.in: Regenerate.
144
145 2007-08-10 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
146
147 * MAINTAINERS: Add myself as CR16 support maintainer and
148 update myself as CRX support maintainer.
149
150 2007-08-10 Nick Clifton <nickc@redhat.com>
151
152 * po/fi.po: Updated Finnish translation.
153 * po/vi.po: Updated Vietnamese translation.
154
155 2007-08-10 Kai Tietz <kai.tietz@onevision.com>
156
157 * doc/binutils.texi: (windmc): Correct incorrect desciption.
158
159 2007-08-04 Alan Modra <amodra@bigpond.net.au>
160
161 PR 4888
162 * objcopy.c (setup_section): Do modify section flags for ELF
163 STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent
164 header rewrite by twiddling input section flags instead.
165 Simplify code setting SHT_NOBITS.
166
167 2007-07-28 Christopher Faylor <me+binutils@cgf.cx>
168
169 * MAINTAINERS: Update my email address.
170
171 2007-07-26 Adam Nemet <anemet@caviumnetworks.com>
172
173 * readelf.c (process_archive): Also skip Irix6-style archive symbol
174 tables.
175
176 2007-07-24 Nick Clifton <nickc@redhat.com>
177
178 * readelf.c (NUM_ELEM): Remove redundant macro; replace references
179 to it with references to ARRAY_SIZE.
180 Add support for CR16.
181 Fix formatting.
182
183 2007-07-19 Nick Clifton <nickc@redhat.com>
184
185 PR binutils/4802
186 * srconv.c (strip_suffix): Add const qualifier to argument.
187
188 2007-07-16 Nick Clifton <nickc@redhat.com>
189
190 * po/uk.po: New Ukrainian translation.
191 * configure.in (ALL_LINGUAS): Add 'uk'.
192 * configure: Regenerate.
193
194 2007-07-10 Alan Modra <amodra@bigpond.net.au>
195
196 * objdump.c (dump_dwarf): Correct setting of is_relocatable.
197
198 2007-07-09 Roland McGrath <roland@redhat.com>
199
200 * readelf.c (get_gnu_elf_note_type): New function.
201 (process_note): Use it for "GNU" name.
202
203 2007-07-08 Andreas Schwab <schwab@suse.de>
204
205 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
206 (CFILES): Add unwind-ia64.c.
207 Regenerate dependencies.
208 * Makefile.in: Regenerate.
209
210 2007-07-05 Nick Clifton <nickc@redhat.com>
211
212 * addr2line.c: Update copyright notice to refer to GPLv3.
213 * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
214 binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
215 coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
216 dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
217 emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
218 mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
219 objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
220 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
221 size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
222 sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
223 windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
224 winduni.h, wrstabs.c: Likewise.
225 * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
226 not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
227 notice.
228 * NEWS: Mention that the sources are now released under GPLv3.
229 Add a marker for the changes that went into v2.17.
230 * version.c (print_version): Specify that the program is released
231 under version 3 of the GPL.
232
233 2007-07-05 Kai Tietz <kai.tietz@onevision.com>
234
235 * resrc.c: (read_rc_file): Add include path of user passed rc
236 input file.
237 * windres.c: (windres_add_include_dir): New.
238 (main): Use of windres_add_include_dir.
239 * windres.h: (windres_add_include_dir): Add prototype.
240
241 2007-07-05 Alan Modra <amodra@bigpond.net.au>
242
243 * doc/binutils.texi (size): Document --common.
244 * size.c: Make a number of vars static. Delete unnecessary
245 function declarations.
246 (show_common, common_size): New vars.
247 (usage): Describe --common.
248 (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
249 (long_options): Add common.
250 (calculate_common_size): New function.
251 (print_berkeley_format): Add common_size to bsssize.
252 (sysv_one_line): New function split out from..
253 (sysv_internal_printer): ..here.
254 (print_sysv_format): Handle display of *COM*.
255 (print_sizes): Call calculate_common_size.
256
257 2007-07-05 Alan Modra <amodra@bigpond.net.au>
258
259 * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
260
261 2007-07-02 Alan Modra <amodra@bigpond.net.au>
262
263 PR 4716
264 * objcopy.c (filter_symbols): Correct relocatable file test.
265
266 2007-07-02 Alan Modra <amodra@bigpond.net.au>
267
268 * Makefile.am: Run "make dep-am".
269 * Makefile.in: Regenerate.
270 * aclocal.m4: Regenerate.
271 * config.in: Regenerate.
272 * doc/Makefile.in: Regenerate.
273 * po/POTFILES.in: Regenerate.
274 * po/binutils.pot: Regenerate.
275
276 2007-06-30 H.J. Lu <hongjiu.lu@intel.com>
277
278 * aclocal.m4: Regenerated.
279 * doc/Makefile.in: Likewise.
280 * Makefile.in: Likewise.
281
282 2007-06-29 Joseph Myers <joseph@codesourcery.com>
283
284 * readelf.c (display_power_gnu_attribute, process_power_specific):
285 New.
286 (process_arch_specific): Call process_power_specific.
287
288 2007-06-29 Joseph Myers <joseph@codesourcery.com>
289
290 * readelf.c (display_mips_gnu_attribute): New.
291 (process_mips_specific): Call process_attributes.
292
293 2007-06-29 Joseph Myers <joseph@codesourcery.com>
294
295 * readelf.c (display_gnu_attribute): New.
296 (process_arm_specific): Rearrange as process_attributes.
297 (process_arm_specific): Replace by wrapper of process_attributes.
298
299 2007-06-28 Roland McGrath <roland@frob.com>
300
301 * objcopy.c (setup_section): Don't reset ELF section type to
302 SHT_NOBITS when it is SHT_NOTE.
303 * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
304
305 2007-06-27 Alan Modra <amodra@bigpond.net.au>
306
307 * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
308 * arsup.c: Likewise.
309 * binemul.c: Likewise.
310 * objcopy.c: Likewise.
311 * dlltool.c: Likewise.
312
313 2007-06-26 Shantonu Sen <ssen@apple.com>
314
315 PR binutils/4693
316 * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
317 dependency on $(LIBICONV) to ...
318 (windres_LDADD, windmc_LDADD) ... here.
319 * Makefile.in: Regenerate.
320
321 2007-06-21 Alan Modra <amodra@bigpond.net.au>
322
323 * embedspu.sh (relas): Correct sh_info parsing.
324
325 2007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
326
327 * objdump.c: Include sys/stat.h.
328
329 2007-06-19 Kai Tietz <kai.tietz@onevision.com>
330
331 * Makefile.am: Add windmc tool.
332 * Makefile.in: Regenerate.
333 * configure.in: Add windmc tool.
334 * configure: Regenerate.
335 * mclex.c: New.
336 * mcparse.y: New.
337 * windmc.c: New.
338 * windmc.h: New.
339 * doc/Makefile.am: Add windmc tool.
340 * doc/Makefile.in: Regenerate.
341 * doc/binutils.texi: Add windmc documentation.
342 * NEWS: Mention new tool.
343
344 2007-06-18 Andi Kleen <ak@suse.de>
345
346 * objdump.c: Include sys/mman.h
347 (print_file_list): Remove f, add map, mapsize, linemap, maxline,
348 last_line, first fields.
349 (slurp_file): Add.
350 (index_file): Add.
351 (print_file_open): Call slurp_file and index_file. Initialize new
352 fields.
353 (skip_to_line): Rename to print_line and write only single line.
354 (dump_line): Add.
355 (show_line): Change to new algorithm.
356
357 2007-06-18 Thomas Weidenmueller <w3seek@reactos.org>
358
359 * resres.c (probe_binary): Fix test for badly formatted headers.
360
361 2007-06-18 Kai Tietz <Kai.Tietz@onevision.com>
362
363 * rclex.c: (cpp_line): Add code_page pragma support.
364 * windres.c: (usage, long_options, main): Add new option
365 --codepage or -c.
366 * winduni.c: (wind_default_codepage, wind_current_codepage): New.
367 (unicode_from_ascii, ascii_from_unicode): Use
368 wind_current_codepage as codepage parameter.
369 (unicode_print): Print 4 characters for hexadecimal values in
370 unicode strings.
371 * winduni.h: (wind_default_codepage, wind_current_codepage):
372 Export.
373 * doc/binutils.texi: Document new option.
374 * NEWS: Mention new features of windres.
375
376 2007-06-18 Brian D. Watt <bwatt@us.ibm.com>
377
378 * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
379
380 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
381
382 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
383
384 * acinclude.m4: Removed.
385
386 * Makefile.in: Regenerated.
387 * aclocal.m4: Likewise.
388 * configure: Likewise.
389
390 2007-06-11 Nathan Sidwell <nathan@codesourcery.com>
391
392 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
393
394 2007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
395
396 PR binutils/4356 binutils/591
397 * resrc.c (filename_need_quotes): New function.
398 (look_for_default): If filename_need_quotes is true then quote the
399 filename in the command line being created.
400 (read_rc_file): Likewise.
401
402 2007-06-06 Ben Elliston <bje@au.ibm.com>
403
404 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
405
406 2007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
407
408 * Makefile.am: Add LIBICONV to windres.
409 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
410 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
411 * config.in: Add ICONV defines.
412 * aclocal.m4: Regenerate.
413 * confugure: Regenerate.
414 * winduni.c: (local_iconv_map codepages, wind_language_t,
415 languages, unicode_is_valid_codepage, wind_find_language_by_id,
416 wind_find_language_by_codepage, wind_find_codepage_info,
417 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
418 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
419 New.
420 (ascii_from_unicode): Use codepage_from_unicode.
421 (ascii_from_unicode): Use unicode_from_codepage.
422 Use for cygwin windows API for unicode transformation.
423 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
424 macros.
425 (wind_language_t, local_iconv_map): New types.
426 (wind_find_language_by_id, wind_find_language_by_codepage,
427 unicode_is_valid_codepage, wind_find_codepage_info,
428 unicode_from_codepage, codepage_from_unicode): New
429 prototypes.
430
431 2007-06-05 Alan Modra <amodra@bigpond.net.au>
432
433 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
434
435 2007-05-30 Alan Modra <amodra@bigpond.net.au>
436
437 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
438 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
439 (setup_section): Don't modify flags, and don't avoid calling
440 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
441 * readelf.c (process_program_headers): Ignore .dynamic of type
442 SHT_NOBITS.
443
444 2007-05-29 Alan Modra <amodra@bigpond.net.au>
445
446 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
447 pic or pie and image needs relocs.
448
449 2007-05-24 Steve Ellcey <sje@cup.hp.com>
450
451 * Makefile.in: Regenerate.
452 * configure: Regenerate.
453 * aclocal.m4: Regenerate.
454 * doc/Makefile.in: Regenerate.
455
456 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
457
458 * rcparse.y: Join strings for elements having no side-effects in
459 "rc"-grammar.
460
461 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
462
463 * rclex.c: New file replacing rclex.l.
464 * rclex.l: Removed.
465 * windint.h: New file holding common structure and type
466 definitions.
467 * Makefile.am: Added new header windint.h and exchanged rclex.l by
468 rclex.c.
469 * Makefile.in: Regenerate.
470 * rcparse.y: Renamed some structures.
471 Use in internal representation always bfd_vma instead of long or
472 int.
473 Removed from %union unused stringtable.
474 Added to %union suni structure for unicode strings.
475 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
476 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
477 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
478 Added support for these new rc file tokens.
479 * resbin.c: Rewrote using bfd and binary structures, and support
480 new resource types.
481 * rescoff.c: Likewise.
482 * resres.c: Likewise.
483 * resrc.c: Likewise. Dumps as RC are now recompilable.
484 * windres.c: As above. Using bfd for res and provide target
485 specific endianess support.
486 * windres.h: Use windint.h as include. Additionally removed K&R
487 syntax.
488 * winduni.c: New printing and unichar support routines.
489 * winduni.h: Prototypes for new unichar helpers.
490 * windint.h: New file.
491
492 2007-05-22 Paul Brook <paul@codesourcery.com>
493
494 * objdump.c (find_symbol_for_address): Merge section and target
495 specific filtering code.
496
497 2007-05-22 Nick Clifton <nickc@redhat.com>
498
499 * doc/binutils.texi: Use @copying around the copyright notice.
500
501 2007-05-21 Richard Sandiford <richard@codesourcery.com>
502
503 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
504 for executables and shared libraries.
505
506 2007-05-18 Nathan Sidwell <nathan@codesourcery.com>
507
508 * objcopy.c (strip_main): Detect identical input and output file
509 names.
510 (copy_main): Refactor tempname detection and use.
511
512 2007-05-17 Nick Clifton <nickc@redhat.com>
513
514 * objdump.c (load_debug_section): Select bias for DWARF debug
515 addresses based on the flavour of the bfd.
516
517 2007-05-11 Alan Modra <amodra@bigpond.net.au>
518
519 PR 4479
520 * objcopy.c (copy_object): Don't copy ELF program headers for
521 --only-keep-debug.
522
523 2007-05-11 Alan Modra <amodra@bigpond.net.au>
524
525 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
526 over one found on the users path.
527 (main): Generate .reloc for each R_SPU_PPU* reloc.
528
529 2007-04-28 Alan Modra <amodra@bigpond.net.au>
530
531 * prdbg.c (tg_variable): Adjust for changed demangler.
532 (tg_start_function): Likewise.
533
534 2007-04-27 Alan Modra <amodra@bigpond.net.au>
535
536 * bucumm.h: Split off host dependencies to..
537 * sysdep.h: ..here.
538 Many files: Include sysdep.h. Remove duplicate headers and reorder.
539 * Makefile.am: Run "make dep-am".
540 * Makefile.in: Regenerate.
541
542 2007-04-24 Nick Clifton <nickc@redhat.com>
543
544 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
545
546 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
547 Phil Edwards <phil@codesourcery.com>
548
549 * objcopy.c (filter_symbols): Explicitly stripping a symbol
550 used in relocations is an error.
551 Retype 'keep' to bfd_boolean.
552
553 2007-04-24 Alan Modra <amodra@bigpond.net.au>
554
555 * Makefile.in: Regenerate.
556 * doc/Makefile.in: Regenerate.
557
558 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
559 Phil Edwards <phil@codesourcery.com>
560 Thomas de Lellis <tdel@windriver.com>
561
562 * objcopy.c (reverse_bytes): New variable.
563 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
564 (copy_options, copy_usage): Add "reverse-bytes" entry.
565 (copy_section): Reverse bytes within output sections.
566 * doc/binutils.texi: Document new objcopy option.
567
568 2007-04-20 Nick Clifton <nickc@redhat.com>
569
570 * rclex.l: Allow underscores at the start of identifiers.
571
572 2007-04-19 Alan Modra <amodra@bigpond.net.au>
573
574 * budemang.c: Delete.
575 * budemang.h: Delete.
576 * addr2line.c (translate_addresses): Call bfd_demangle rather than
577 demangle.
578 * nm.c (print_symname): Likewise.
579 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
580 (dump_bfd): Likewise.
581 * prdbg.c (struct pr_handle <demangler>): Add int param.
582 (tg_variable, tg_start_function): Adjust demangler calls.
583 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
584 * Makefile.in: Regenerate.
585 * po/POTFILES.in: Regenerate.
586
587 2007-04-14 Steve Ellcey <sje@cup.hp.com>
588
589 * Makefile.am: Add ACLOCAL_AMFLAGS.
590 * configure.in: Change macro call order.
591 * Makefile.in: Regenerate.
592 * configure: Regenerate.
593
594 2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
595
596 * Makefile.am (TOOL_PROGS): Add objcopy.
597 * Makefile.in: Rebuilt.
598
599 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
600
601 PR binutils/4348
602 * objcopy.c (copy_object): Don't stop when there are no
603 sections to be copied.
604
605 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
606
607 * NEWS: Mention disjoint histograms support in
608 gprof.
609
610 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
611
612 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
613 DW_TAG_inlined_subroutine.
614
615 2007-04-06 Matt Thomas <matt@netbsd.org>
616
617 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
618
619 2007-04-05 Alan Modra <amodra@bigpond.net.au>
620
621 PR binutils/4292
622 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
623 value_format_32bit.
624
625 2007-04-02 Nick Clifton <nickc@redhat.com>
626
627 PR binutils/4292
628 * nm.c (value_format): Replace with value_format_32bit and
629 value_format_64bit.
630 (set_radix): Update setting of value_format.
631 (set_print_width): New function. Compute the address size of a
632 given bfd and set the print_width global appropriately.
633 (display_archive): Use set_print_width.
634 (display_file): Likewise,
635 (print_object_filename_sysv): Update use of print_width.
636 (print_archive_member_sysv): Likewise.
637 (print_symbol_filename_posix): Likewise.
638 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
639
640 2007-03-28 Richard Sandiford <richard@codesourcery.com>
641 Phil Edwards <phil@codesourcery.com>
642
643 * doc/binutils.texi: Put the contents after the title page rather
644 than at the end of the document.
645
646 2007-03-28 Nick Clifton <nickc@redhat.com>
647
648 * readelf.c (slurp_rela_relocs): Add newline to end of error
649 messages.
650 (slurp_rel_relocs, request_dump, request_dump_byname,
651 process_program_headers, process_dynamic_section,
652 process_symbol_table, process_mips_specific, main): Likewise.
653
654 2007-03-28 Alan Modra <amodra@bigpond.net.au>
655
656 * MAINTAINERS: Update mailing list addresses. Add myself
657 as PPC maintainer.
658
659 2007-03-27 Alan Modra <amodra@bigpond.net.au>
660
661 * embedspu.sh: Correct toe_addr quoting.
662
663 2007-03-27 Alan Modra <amodra@bigpond.net.au>
664
665 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
666 .toe section and .toe address checks. Use .reloc for _EAR*
667 symbols defined in non-BSS sections. Build table for _SPUEAR_
668 symbols.
669
670 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
671
672 PR gas/3811
673 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
674
675 2007-03-22 Joseph Myers <joseph@codesourcery.com>
676
677 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
678 version.
679
680 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
681
682 * dlltool.c (make_one_lib_file): Use pc-relative relocation
683 instead of an absolute relocation for x86_64-pc-mingw32 target.
684
685 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
686
687 * Makefile.am (REPORT_BUGS_TO): Removed.
688 (INCLUDES): Remove -DREPORT_BUGS_TO.
689 * Makefile.in: Regenerated.
690
691 * bucomm.c: Don't include bfdver.h.
692 * objdump.c: Likewise.
693 * version.c: Likewise.
694
695 * bucomm.h: Include bfdver.h.
696
697 * configure.in (--with-bugurl): Removed.
698 * configure: Regenerated.
699
700 * doc/Makefile.am (binutils_TEXINFOS): Removed.
701 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
702 (TEXI2DVI): Likewise.
703 (config.texi): Removed.
704 (MOSTLYCLEANFILES): Remove config.texi.
705 * doc/Makefile.in: Regenerated.
706
707 * doc/binutils.texi: Include bfdver.texi instead of
708 config.texi.
709
710 2007-03-13 Nick Clifton <nickc@redhat.com>
711
712 * readelf.c (dump_section): Also test for SHT_REL sections when
713 producing the warning about unapplied relocs.
714
715 2007-03-07 Joseph Myers <joseph@codesourcery.com>
716
717 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
718 bug-reporting URL.
719 * doc/Makefile.am (config.texi): Define BUGURL.
720 * doc/binutils.texi: Use BUGURL. Remove text about large files
721 and uuencoding.
722 * Makefile.in, configure, doc/Makefile.in: Regenerate.
723
724 2007-03-01 Phil Edwards <phil@codesourcery.com>
725 Richard Sandiford <richard@codesourcery.com>
726
727 * NEWS: Mention addition of --extract-symbol.
728 * doc/binutils.texi: Document it.
729 * objcopy.c (extract_symbol): New variable.
730 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
731 (copy_options): Add an entry for --extract-symbol.
732 (copy_usage): Mention --extract-symbol.
733 (copy_object): Set the start address to zero for --extract-symbol.
734 Do not copy private BFD data in that case.
735 (setup_section): Set the size, LMA and VMA to zero for
736 --extract-symbol. Do not copy private BFD data in that case.
737 (copy_section): Do not copy section contents if --extract-symbol
738 is passed.
739 (copy_main): Set extract_symbol to TRUE if --extract-symbol
740 is passed.
741
742 2007-03-01 Paul Brook <paul@codesourcery.com>
743
744 * MAINTAINERS: Update my entry.
745
746 2007-03-01 Joseph Myers <joseph@codesourcery.com>
747
748 * version.c: Update copyright date.
749
750 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
751
752 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
753 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
754 * Makefile.in, doc/Makefile.in: Regenerate.
755
756 2007-03-01 Alan Modra <amodra@bigpond.net.au>
757
758 * embedspu.sh: Set type and size of global program handle symbol.
759
760 2007-02-28 Alan Modra <amodra@bigpond.net.au>
761
762 * Makefile.am (PROGS): Delete.
763 (RENAMED_PROGS): Define. Extracted from..
764 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
765 (install-exec-local): Adjust.
766 * Makefile.in: Regenerate.
767
768 2007-02-28 Alan Modra <amodra@bigpond.net.au>
769
770 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
771 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
772 (EXTRA_PROGRAMS): Remove bin2c.
773 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
774 (bin2c_SOURCES): Delete.
775 (DISTCLEANFILES): Remove sysinfo.
776 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
777 bin2c$(EXEEXT_FOR_BUILD).
778 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
779 Move embedspu to..
780 (BUILD_INSTALL_MISC): ..here.
781 * Makefile.in: Regenerate.
782 * configure: Regenerate.
783
784 2007-02-27 Alan Modra <amodra@bigpond.net.au>
785
786 * bin2c.c: New file.
787 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
788 (CFILES): Add bin2c.c.
789 (bin2c_SOURCES): Define.
790 (bin2c.o): Dependencies from "make dep-am".
791 * configure.in (BUILD_MISC): Add bin2c.
792 * version.c: Update year.
793 * po/POTFILES.in: Regenerate.
794 * Makefile.in: Regenerate.
795 * configure: Regenerate.
796
797 2007-02-17 Mark Mitchell <mark@codesourcery.com>
798 Nathan Sidwell <nathan@codesourcery.com>
799 Vladimir Prus <vladimir@codesourcery.com
800 Joseph Myers <joseph@codesourcery.com>
801
802 * configure.in (--with-bugurl): New option.
803 * configure: Regenerate.
804 * Makefile.am (REPORT_BUGS_TO): Define.
805 (INCLUDES): Define REPORT_BUGS_TO.
806 Regenerate dependencies.
807 * Makefile.in: Regenerate.
808 * doc/Makefile.in: Regenerate.
809 * bucomm.h: Remove include of bin-bugs.h.
810 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
811 * ar.c (usage): Pass s to list_supported_targets. Don't print
812 empty REPORT_BUGS_TO.
813 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
814 * cxxfilt.c (usage): Print bug url when giving help.
815 * dlltool.c (usage): Likewise.
816 * dllwrap.c (usage): Likewise.
817 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
818 * nm.c (usage): Likewise.
819 * objcopy.c (copy_usage, strip_usage): Likewise.
820 * objdump.c (usage): Likewise.
821 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
822 callers.
823 * size.c (usage): Don't print empty REPORT_BUGS_TO.
824 * srconv.c (show_usage): Likewise.
825 * strings.c (usage): Likewise.
826 * sysdymp.c (show_usage): Likewise.
827 * windres.c (usage): Likewise.
828
829 2007-02-13 Alan Modra <amodra@bigpond.net.au>
830
831 * embedspu.sh: Add -W to readelf invocation.
832
833 2007-02-06 Dave Brolley <brolley@redhat.com>
834
835 * MAINTAINERS: Add myself as the maintainer of the MeP port.
836
837 2007-02-06 Nick Clifton <nickc@redhat.com>
838
839 PR gas/3800
840 * readelf.c: Include elf/h8.h twice. The first time in order to
841 get the reloc numbers, the second time in order to get the reloc
842 decoder function.
843 (dump_section): Tell the user if the section being displayed has
844 unprocessed relocs associated with it.
845 (get_reloc_size): New function - returns the size of a reloc.
846 (debug_apply_rela_addends): Use get_reloc_size().
847 * dwarf.c (read_and_display_attr_value): Extend number of
848 languages known for the DW_AT_language attribute.
849 (process_debug_info): Display the attribute offset before decoding
850 the attribute, in case there are problems.
851
852 2007-02-05 Dave Brolley <brolley@redhat.com>
853
854 * readelf.c (dump_relocations): Don't check for
855 (rtype == NULL && type == R_RELC).
856
857 2007-02-05 Dave Brolley <brolley@redhat.com>
858
859 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
860 * Makefile.in: Regenerated.
861 * Contribute the following changes:
862 2003-10-29 Dave Brolley <brolley@redhat.com>
863
864 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
865 * configure: Regenerated.
866
867 2001-04-03 Ben Elliston <bje@redhat.com>
868
869 * readelf.c: Include "elf/mep.h".
870 (guess_is_rela): Handle EM_CYGNUS_MEP.
871 (get_machine_name): Ditto.
872 (dump_relocations): Ditto.
873
874 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
875
876 * MAINTAINERS: Add a space between H.J. and Lu.
877
878 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
879
880 * doc/binutils.texi (objdump): Document the new addr64 option
881 for i386 disassembler.
882
883 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
884
885 PR binutils/3945
886 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
887 target.
888 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
889 * configure: Regenerated.
890
891 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
892
893 2007-02-02 Nick Clifton <nickc@redhat.com>
894
895 * doc/binutils.texi (objdump): Document support for disassembling
896 the 440 PowerPC architecture.
897
898 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
899
900 * dwarf.c (process_debug_info): Protect against bogus length and
901 abbrev offsets.
902
903 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
904
905 * ar.c (print_contents, extract_file): Cast the return value
906 of fwrite to size_t.
907
908 2007-01-12 Alan Modra <amodra@bigpond.net.au>
909
910 * ar.c (open_inarch): Check fwrite return. Use size_t.
911 (extract_file): Likewise. Remove test for "negative" file size.
912 * readelf.c (process_program_headers): Check fscanf return.
913
914 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
915
916 * bucomm.c (template_in_dir): Fix typo.
917
918 2007-01-11 Alan Modra <amodra@bigpond.net.au>
919
920 * embedspu.sh: New file.
921 * Makefile.am (embedspu): Add rule.
922 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
923 * Makefile.in: Regenerate.
924 * configure: Regenerate.
925
926 2007-01-11 Alan Modra <amodra@bigpond.net.au>
927
928 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
929 * bucomm.c (template_in_dir): New function, split out from..
930 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
931 (make_tempdir): Use template_in_dir. Handle directory creation
932 when !HAVE_MKDTEMP.
933 * objcopy.c (MKDIR): Don't define.
934 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
935 error message.
936
937 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
938
939 * readelf.c (get_machine_flags): Treat Fido as an architecture
940 by itself.
941
942 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
943
944 * configure.in: Renamed target x86_64-*-mingw64 to
945 x86_64-*-mingw*.
946 * configure: Regenerated.
947
948 2007-01-05 Alan Modra <amodra@bigpond.net.au>
949
950 * readelf.c (dump_section): Don't print 32-bit values, which
951 were done incorrectly for little-endian. Instead print bytes.
952
953 For older changes see ChangeLog-2006
954 \f
955 Local Variables:
956 mode: change-log
957 left-margin: 8
958 fill-column: 74
959 version-control: never
960 End:
This page took 0.048655 seconds and 5 git commands to generate.