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