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