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