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