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