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