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