]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* arm-dis.c (print_insn): Check for a symtab that exists but is empty.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c6e65352
DJ
12007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * readelf.c (display_power_gnu_attribute): Add support for
4 Tag_GNU_Power_ABI_Vector.
5
e1e95dec
AM
62007-10-25 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
7
8 * readelf.c (get_note_type): Handle NT_PPC_VMX.
9
ee1dbd7d
AM
102007-10-24 Alan Modra <amodra@bigpond.net.au>
11
12 * Makefile.am: Run "make dep-am".
13 * Makefile.in: Regenerate.
14 * po/POTFILES.in: Regenerate.
15
50e3244d
AM
162007-10-24 Alan Modra <amodra@bigpond.net.au>
17
18 * strings.c (print_strings): Don't use %L, use %ll in printf
19 format strings.
20
20737c13
AM
212007-10-24 Tristan Gingold <gingold@adacore.com>
22 Alan Modra <amodra@bigpond.net.au>
23
24 * readelf.c (process_program_headers): Use dynamic segment unless
25 dynamic section is found.
26
928a4139
BW
272007-10-16 Bob Wilson <bob.wilson@acm.org>
28
29 * doc/binutils.texi (objcopy, strip): Replace hyphens with em-dashes.
30 (objdump, strip, c++filt): Correct punctuation for "e.g." and "i.e."
31 and change to spell out "for example" in two places.
32
003bc0ba
NC
332007-10-16 Nick Clifton <nickc@redhat.com>
34
35 * configure.in: Build windows tools for --enable-targets=all.
36 * configure: Regenerate.
37
615f3149
AM
382007-10-15 Alan Modra <amodra@bigpond.net.au>
39
40 * objdump.c (print_line): Check fwrite return value.
41 * srconv.c (checksum, wr_tr, wr_cs): Likewise.
42 * sysdump.c (fillup): Return zero on getc or fread EOF. Return count
43 read.
44
6523721c
JB
452007-10-10 Jim Blandy <jimb@codesourcery.com>
46
750f03b7
JB
47 * dwarf.c (process_debug_info): Line up section offsets of
48 attribute values with those of dies.
49 (read_and_display_attr): Reduce spacing here.
50
6523721c
JB
51 * dwarf.c (display_debug_lines): Print the offset of each line
52 number program header.
53
6bd1a22c
L
542007-10-09 H.J. Lu <hongjiu.lu@intel.com>
55
56 PR binutils/4476
57 * readelf.c (print_dynamic_symbol): New.
58 (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols.
59
944d6884
CD
602007-10-08 Carlos O'Donell <carlos@codesourcery.com>
61
62 * resrc.c (read_rc_file): Rename e to edit, and c to dir.
63 Pass dir to windres_add_include_dir. Add comments.
64 (close_input_stream): Check pclose error, and call fatal if
65 the preprocessor failed.
66 * windres.c (windres_add_include_dir): Assert that p is non-NULL,
67 and not an empty string.
68
ea6e992c
NC
692007-10-04 Nick Clifton <nickc@redhat.com>
70
71 PR binutils/5098
72 * dlltool.c: Fix spelling typos.
73
6f08d80e
AM
742007-10-03 Masaki Muranaka <monaka@monami-software.com>
75
76 * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx.
77
45781998
NC
782007-09-25 Thien-Thi Nguyen <ttn@gnuvola.org>
79
80 * MAINTAINERS: Fix typo.
81
4145f1d5
NC
822007-09-17 Shen Feng <shen@cn.fujitsu.com>
83
84 * readelf.c (do_archive_index): New.
85 (options): Add -c and --archive-index option.
86 (usage): Add -c option.
87 (parse_args): Add c option parsing.
88 (process_archive): Dump archive index.
89 * NEWS: Mention the new feature.
90 * doc/binutils.texi: Document the new feature.
91
7f396d02
NC
922007-09-17 Nick Clifton <nickc@redhat.com>
93
94 * po/es.po: Updated Spanish translation.
95
af3e16d9
NC
962007-09-17 Nick Clifton <nickc@redhat.com>
97
98 * doc/binutils.texi (objdump): Describe the output of the --syms
99 option in more detail.
100
a1039809
NC
1012007-09-17 Alon Bar-Lev <alon.barlev@gmail.com>
102
103 PR binutils/4987
104 * resrc.c: (read_rc_file): Move 'filename' default initialization
105 to start of function.
106
85f10a01
MM
1072007-08-31 Michael Meissner <michael.meissner@amd.com>
108 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
109
110 * NEWS: Add note about SSE5 being added on i386.
111
39dbeff8
AM
1122007-09-13 Alan Modra <amodra@bigpond.net.au>
113 Zhou Drangon <drangon.mail@gmail.com>
114
115 * nm.c (value_format_64bit, set_print_radix, print_value): Handle
116 BFD_HOST_64BIT_LONG_LONG.
117 * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
118 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
119 (dump_relocations): Likewise. Expand _bfd_int64_low in a
120 number of places.
121
d6d25f20
KT
1222007-09-11 Kai Tietz <kai.tietz@onevision.com>
123
124 * rcparse.y: (string_data): Removed ill token removal.
125
54806181
AM
1262007-09-10 Alan Modra <amodra@bigpond.net.au>
127
128 PR 5011
129 * readelf.c (process_version_sections): Don't read past end of
130 various section buffers.
131
f469d32b
L
1322007-08-31 H.J. Lu <hongjiu.lu@intel.com>
133
134 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
135 * Makefile.in: Regenerated.
136
137 * sysdep.h: Include "config.h" first.
138
30b0f203
NC
1392007-08-31 Nick Clifton <nickc@redhat.com>
140
141 * po/sk.po: New Slovakian translation.
142 * configure.in (LINGUAS): Add sk.
143 * configure: Regenerate.
144
09c11c86
NC
1452007-08-30 Nick Clifton <nickc@redhat.com>
146
147 * readelf.c (dump_type): New type used to classify the kinds of
148 dump requested by the user.
149 (dump_sects, cmdline_dump_sects): Use the new type.
150 (options): Add --string-dump option.
151 (request_dump): Rename to request_dump_bynumber. Use dump_type.
152 (request_dump_byname): Use dump_type.
153 (parse_args): Parse --string-dump option.
154 (process_section_headers): Fix calls to request_dump.
155 (initialise_dumps_byname): Likewise.
156 (dump_section): Rename to dump_section_as_bytes.
157 (dump_section_as_strings): New function. Display the contents of
158 a section as printable strings.
159 (process_section_contents): String dump the section if requested.
160 (process_object): Use dump_type.
161 (main): Likewise.
162 * Makefile.am: Add dependency for readelf.c on safe-ctype.h.
163 * Makefile.in: Regenerate.
164 * NEWS: Mention the new feature.
165 * doc/binutils.texi: Document the new feature.
166
2db6cde7
NS
1672007-08-30 Nathan Sidwell <nathan@codesourcery.com>
168
169 * bucomm.c (bfd_nonfatal_message): New.
170 * bucomm.h (bfd_nonfatal_message): Declare.
171 * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use
172 bfd_nonfatal_message.
173 (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL
174 calls, or replace with bfd_nonfatal_message calls as appropriate.
175 (copy_object, copy_archive, copy_file, setup_section,
176 copy_section, write_debugging_info): Likewise.
177
ad71ef64
NC
1782007-08-28 Nick Clifton <nickc@redhat.com>
179
180 * NEWS: Mention Coverity's contribution.
181
b15fa79e
AM
1822007-08-25 Ulrich Weigand <uweigand@de.ibm.com>
183
184 * readelf.c (process_note): Recognize SPU core file notes.
185
59678365
DJ
1862007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
187
188 * configure.in: Install embedspu on powerpc*-*-eabi* also.
189 * configure: Regenerated.
190
b0b8c9e0
DJ
1912007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
192
193 * po/uk.po: Updated Ukrainian translation.
194
c3d65c1c
BE
1952007-08-22 Ben Elliston <bje@au.ibm.com>
196
197 * doc/binutils.texi (objdump): Document -Mppcps.
198
e9f27433
AM
1992007-08-17 Alan Modra <amodra@bigpond.net.au>
200
201 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
202
2b05f1b7
L
2032007-08-16 H.J. Lu <hongjiu.lu@intel.com>
204
205 * readelf.c: Revert last change.
206
94b11780
L
2072007-08-16 H.J. Lu <hongjiu.lu@intel.com>
208
209 * readelf.c (get_segment_type): Change PT_GNU_STACK to
210 PT_GNU_ATTR.
211
876c34bf
DJ
2122007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
213
214 * NEWS: Add a marker for the 2.18 features.
215
9975e4c4
DJ
2162007-08-12 Matthias Klose <doko@ubuntu.com>
217
218 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
219 $(top_srcdir)/../../bfd/doc.
220 * doc/Makefile.in: Regenerate.
221
ec8cbbf6
NC
2222007-08-10 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
223
224 * MAINTAINERS: Add myself as CR16 support maintainer and
225 update myself as CRX support maintainer.
226
d02756e7
NC
2272007-08-10 Nick Clifton <nickc@redhat.com>
228
229 * po/fi.po: Updated Finnish translation.
230 * po/vi.po: Updated Vietnamese translation.
231
bd37ed49
KT
2322007-08-10 Kai Tietz <kai.tietz@onevision.com>
233
234 * doc/binutils.texi: (windmc): Correct incorrect desciption.
235
66125551
AM
2362007-08-04 Alan Modra <amodra@bigpond.net.au>
237
238 PR 4888
239 * objcopy.c (setup_section): Do modify section flags for ELF
240 STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent
241 header rewrite by twiddling input section flags instead.
242 Simplify code setting SHT_NOBITS.
243
bd5a94b0
CF
2442007-07-28 Christopher Faylor <me+binutils@cgf.cx>
245
246 * MAINTAINERS: Update my email address.
247
317e5c40
AN
2482007-07-26 Adam Nemet <anemet@caviumnetworks.com>
249
250 * readelf.c (process_archive): Also skip Irix6-style archive symbol
251 tables.
252
60bca95a
NC
2532007-07-24 Nick Clifton <nickc@redhat.com>
254
255 * readelf.c (NUM_ELEM): Remove redundant macro; replace references
256 to it with references to ARRAY_SIZE.
257 Add support for CR16.
258 Fix formatting.
259
0e51e555
NC
2602007-07-19 Nick Clifton <nickc@redhat.com>
261
262 PR binutils/4802
263 * srconv.c (strip_suffix): Add const qualifier to argument.
264
80f2eaf0
NC
2652007-07-16 Nick Clifton <nickc@redhat.com>
266
7be360d1 267 * po/uk.po: New Ukrainian translation.
80f2eaf0
NC
268 * configure.in (ALL_LINGUAS): Add 'uk'.
269 * configure: Regenerate.
270
5184c2ae
AM
2712007-07-10 Alan Modra <amodra@bigpond.net.au>
272
273 * objdump.c (dump_dwarf): Correct setting of is_relocatable.
274
fd2f25da
RM
2752007-07-09 Roland McGrath <roland@redhat.com>
276
277 * readelf.c (get_gnu_elf_note_type): New function.
278 (process_note): Use it for "GNU" name.
279
f51a0672
AS
2802007-07-08 Andreas Schwab <schwab@suse.de>
281
282 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
283 (CFILES): Add unwind-ia64.c.
284 Regenerate dependencies.
285 * Makefile.in: Regenerate.
286
32866df7
NC
2872007-07-05 Nick Clifton <nickc@redhat.com>
288
289 * addr2line.c: Update copyright notice to refer to GPLv3.
290 * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
291 binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
292 coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
293 dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
294 emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
295 mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
296 objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
297 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
298 size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
299 sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
300 windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
301 winduni.h, wrstabs.c: Likewise.
302 * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
303 not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
304 notice.
305 * NEWS: Mention that the sources are now released under GPLv3.
306 Add a marker for the changes that went into v2.17.
307 * version.c (print_version): Specify that the program is released
308 under version 3 of the GPL.
309
c6998d15
NC
3102007-07-05 Kai Tietz <kai.tietz@onevision.com>
311
5184c2ae 312 * resrc.c: (read_rc_file): Add include path of user passed rc
c6998d15 313 input file.
5184c2ae
AM
314 * windres.c: (windres_add_include_dir): New.
315 (main): Use of windres_add_include_dir.
316 * windres.h: (windres_add_include_dir): Add prototype.
c6998d15 317
29422971
AM
3182007-07-05 Alan Modra <amodra@bigpond.net.au>
319
320 * doc/binutils.texi (size): Document --common.
321 * size.c: Make a number of vars static. Delete unnecessary
322 function declarations.
323 (show_common, common_size): New vars.
324 (usage): Describe --common.
325 (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
326 (long_options): Add common.
327 (calculate_common_size): New function.
328 (print_berkeley_format): Add common_size to bsssize.
329 (sysv_one_line): New function split out from..
330 (sysv_internal_printer): ..here.
331 (print_sysv_format): Handle display of *COM*.
332 (print_sizes): Call calculate_common_size.
333
c3de112b
AM
3342007-07-05 Alan Modra <amodra@bigpond.net.au>
335
336 * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
337
e205a099
AM
3382007-07-02 Alan Modra <amodra@bigpond.net.au>
339
340 PR 4716
341 * objcopy.c (filter_symbols): Correct relocatable file test.
342
ae351704
AM
3432007-07-02 Alan Modra <amodra@bigpond.net.au>
344
345 * Makefile.am: Run "make dep-am".
346 * Makefile.in: Regenerate.
347 * aclocal.m4: Regenerate.
348 * config.in: Regenerate.
349 * doc/Makefile.in: Regenerate.
350 * po/POTFILES.in: Regenerate.
351 * po/binutils.pot: Regenerate.
352
86b57e31
L
3532007-06-30 H.J. Lu <hongjiu.lu@intel.com>
354
355 * aclocal.m4: Regenerated.
356 * doc/Makefile.in: Likewise.
357 * Makefile.in: Likewise.
358
34c8bcba
JM
3592007-06-29 Joseph Myers <joseph@codesourcery.com>
360
361 * readelf.c (display_power_gnu_attribute, process_power_specific):
362 New.
363 (process_arch_specific): Call process_power_specific.
364
2cf19d5c
JM
3652007-06-29 Joseph Myers <joseph@codesourcery.com>
366
367 * readelf.c (display_mips_gnu_attribute): New.
368 (process_mips_specific): Call process_attributes.
369
104d59d1
JM
3702007-06-29 Joseph Myers <joseph@codesourcery.com>
371
372 * readelf.c (display_gnu_attribute): New.
373 (process_arm_specific): Rearrange as process_attributes.
374 (process_arm_specific): Replace by wrapper of process_attributes.
375
1ac7d223
RM
3762007-06-28 Roland McGrath <roland@frob.com>
377
378 * objcopy.c (setup_section): Don't reset ELF section type to
379 SHT_NOBITS when it is SHT_NOTE.
380 * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
381
cc481421
AM
3822007-06-27 Alan Modra <amodra@bigpond.net.au>
383
384 * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
385 * arsup.c: Likewise.
386 * binemul.c: Likewise.
387 * objcopy.c: Likewise.
388 * dlltool.c: Likewise.
389
cd6a2ed0
NC
3902007-06-26 Shantonu Sen <ssen@apple.com>
391
392 PR binutils/4693
393 * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
394 dependency on $(LIBICONV) to ...
395 (windres_LDADD, windmc_LDADD) ... here.
396 * Makefile.in: Regenerate.
397
daaf07b2
AM
3982007-06-21 Alan Modra <amodra@bigpond.net.au>
399
400 * embedspu.sh (relas): Correct sh_info parsing.
401
b1364e8f 4022007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
1ac7d223 403
5184c2ae 404 * objdump.c: Include sys/stat.h.
b1364e8f 405
cd6a2ed0 4062007-06-19 Kai Tietz <kai.tietz@onevision.com>
692ed3e7 407
5184c2ae
AM
408 * Makefile.am: Add windmc tool.
409 * Makefile.in: Regenerate.
410 * configure.in: Add windmc tool.
411 * configure: Regenerate.
412 * mclex.c: New.
413 * mcparse.y: New.
414 * windmc.c: New.
415 * windmc.h: New.
416 * doc/Makefile.am: Add windmc tool.
417 * doc/Makefile.in: Regenerate.
418 * doc/binutils.texi: Add windmc documentation.
692ed3e7
NC
419 * NEWS: Mention new tool.
420
e8f5eee4
NC
4212007-06-18 Andi Kleen <ak@suse.de>
422
1ac7d223 423 * objdump.c: Include sys/mman.h
e8f5eee4
NC
424 (print_file_list): Remove f, add map, mapsize, linemap, maxline,
425 last_line, first fields.
426 (slurp_file): Add.
427 (index_file): Add.
428 (print_file_open): Call slurp_file and index_file. Initialize new
429 fields.
430 (skip_to_line): Rename to print_line and write only single line.
431 (dump_line): Add.
432 (show_line): Change to new algorithm.
433
03997556
NC
4342007-06-18 Thomas Weidenmueller <w3seek@reactos.org>
435
436 * resres.c (probe_binary): Fix test for badly formatted headers.
437
d856f2dd
NC
4382007-06-18 Kai Tietz <Kai.Tietz@onevision.com>
439
440 * rclex.c: (cpp_line): Add code_page pragma support.
441 * windres.c: (usage, long_options, main): Add new option
442 --codepage or -c.
443 * winduni.c: (wind_default_codepage, wind_current_codepage): New.
444 (unicode_from_ascii, ascii_from_unicode): Use
445 wind_current_codepage as codepage parameter.
446 (unicode_print): Print 4 characters for hexadecimal values in
447 unicode strings.
448 * winduni.h: (wind_default_codepage, wind_current_codepage):
449 Export.
450 * doc/binutils.texi: Document new option.
692ed3e7 451 * NEWS: Mention new features of windres.
d856f2dd 452
daaf07b2 4532007-06-18 Brian D. Watt <bwatt@us.ibm.com>
dbdca70b
AM
454
455 * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
456
79887925
L
4572007-06-14 H.J. Lu <hongjiu.lu@intel.com>
458
459 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
460
461 * acinclude.m4: Removed.
462
463 * Makefile.in: Regenerated.
464 * aclocal.m4: Likewise.
465 * configure: Likewise.
466
a87b0a59
NS
4672007-06-11 Nathan Sidwell <nathan@codesourcery.com>
468
469 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
470
4b2c5b4a
NC
4712007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
472
473 PR binutils/4356 binutils/591
474 * resrc.c (filename_need_quotes): New function.
475 (look_for_default): If filename_need_quotes is true then quote the
476 filename in the command line being created.
477 (read_rc_file): Likewise.
478
3cc78305
BE
4792007-06-06 Ben Elliston <bje@au.ibm.com>
480
481 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
482
4b2c5b4a 4832007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
5ba684e2 484
8fd9b8a4
L
485 * Makefile.am: Add LIBICONV to windres.
486 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
487 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
488 * config.in: Add ICONV defines.
489 * aclocal.m4: Regenerate.
490 * confugure: Regenerate.
491 * winduni.c: (local_iconv_map codepages, wind_language_t,
5ba684e2
NC
492 languages, unicode_is_valid_codepage, wind_find_language_by_id,
493 wind_find_language_by_codepage, wind_find_codepage_info,
494 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
495 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
8fd9b8a4
L
496 New.
497 (ascii_from_unicode): Use codepage_from_unicode.
498 (ascii_from_unicode): Use unicode_from_codepage.
499 Use for cygwin windows API for unicode transformation.
500 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
5ba684e2 501 macros.
8fd9b8a4
L
502 (wind_language_t, local_iconv_map): New types.
503 (wind_find_language_by_id, wind_find_language_by_codepage,
504 unicode_is_valid_codepage, wind_find_codepage_info,
505 unicode_from_codepage, codepage_from_unicode): New
506 prototypes.
5ba684e2 507
73545089
AM
5082007-06-05 Alan Modra <amodra@bigpond.net.au>
509
510 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
511
42bb2e33
AM
5122007-05-30 Alan Modra <amodra@bigpond.net.au>
513
514 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
515 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
516 (setup_section): Don't modify flags, and don't avoid calling
517 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
518 * readelf.c (process_program_headers): Ignore .dynamic of type
519 SHT_NOBITS.
520
3ba20bde
AM
5212007-05-29 Alan Modra <amodra@bigpond.net.au>
522
523 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
524 pic or pie and image needs relocs.
525
37ad9514
SE
5262007-05-24 Steve Ellcey <sje@cup.hp.com>
527
528 * Makefile.in: Regenerate.
529 * configure: Regenerate.
530 * aclocal.m4: Regenerate.
531 * doc/Makefile.in: Regenerate.
532
fc108f8f
NC
5332007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
534
535 * rcparse.y: Join strings for elements having no side-effects in
536 "rc"-grammar.
537
4a594fce
NC
5382007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
539
540 * rclex.c: New file replacing rclex.l.
541 * rclex.l: Removed.
542 * windint.h: New file holding common structure and type
543 definitions.
544 * Makefile.am: Added new header windint.h and exchanged rclex.l by
545 rclex.c.
546 * Makefile.in: Regenerate.
547 * rcparse.y: Renamed some structures.
548 Use in internal representation always bfd_vma instead of long or
549 int.
550 Removed from %union unused stringtable.
551 Added to %union suni structure for unicode strings.
552 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
553 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
554 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
555 Added support for these new rc file tokens.
556 * resbin.c: Rewrote using bfd and binary structures, and support
557 new resource types.
558 * rescoff.c: Likewise.
559 * resres.c: Likewise.
560 * resrc.c: Likewise. Dumps as RC are now recompilable.
561 * windres.c: As above. Using bfd for res and provide target
562 specific endianess support.
563 * windres.h: Use windint.h as include. Additionally removed K&R
564 syntax.
565 * winduni.c: New printing and unichar support routines.
566 * winduni.h: Prototypes for new unichar helpers.
567 * windint.h: New file.
568
e39ff52a
PB
5692007-05-22 Paul Brook <paul@codesourcery.com>
570
571 * objdump.c (find_symbol_for_address): Merge section and target
572 specific filtering code.
573
0e9517a9
NC
5742007-05-22 Nick Clifton <nickc@redhat.com>
575
576 * doc/binutils.texi: Use @copying around the copyright notice.
577
7df428b1
RS
5782007-05-21 Richard Sandiford <richard@codesourcery.com>
579
580 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
581 for executables and shared libraries.
582
12f498a7
NS
5832007-05-18 Nathan Sidwell <nathan@codesourcery.com>
584
585 * objcopy.c (strip_main): Detect identical input and output file
586 names.
587 (copy_main): Refactor tempname detection and use.
588
d5737601
NC
5892007-05-17 Nick Clifton <nickc@redhat.com>
590
591 * objdump.c (load_debug_section): Select bias for DWARF debug
592 addresses based on the flavour of the bfd.
593
8adb2e35
AM
5942007-05-11 Alan Modra <amodra@bigpond.net.au>
595
596 PR 4479
597 * objcopy.c (copy_object): Don't copy ELF program headers for
598 --only-keep-debug.
599
ece5ef60
AM
6002007-05-11 Alan Modra <amodra@bigpond.net.au>
601
602 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
603 over one found on the users path.
604 (main): Generate .reloc for each R_SPU_PPU* reloc.
605
e74ecdb3
AM
6062007-04-28 Alan Modra <amodra@bigpond.net.au>
607
608 * prdbg.c (tg_variable): Adjust for changed demangler.
609 (tg_start_function): Likewise.
610
eddc20ad
AM
6112007-04-27 Alan Modra <amodra@bigpond.net.au>
612
613 * bucumm.h: Split off host dependencies to..
614 * sysdep.h: ..here.
615 Many files: Include sysdep.h. Remove duplicate headers and reorder.
616 * Makefile.am: Run "make dep-am".
617 * Makefile.in: Regenerate.
618
1a0a850d
NC
6192007-04-24 Nick Clifton <nickc@redhat.com>
620
621 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
622
312aaa3c
NC
6232007-04-24 Nathan Froyd <froydnj@codesourcery.com>
624 Phil Edwards <phil@codesourcery.com>
625
626 * objcopy.c (filter_symbols): Explicitly stripping a symbol
627 used in relocations is an error.
628 Retype 'keep' to bfd_boolean.
629
55da90a3
AM
6302007-04-24 Alan Modra <amodra@bigpond.net.au>
631
632 * Makefile.in: Regenerate.
633 * doc/Makefile.in: Regenerate.
634
9e48b4c6
NC
6352007-04-20 Nathan Froyd <froydnj@codesourcery.com>
636 Phil Edwards <phil@codesourcery.com>
637 Thomas de Lellis <tdel@windriver.com>
638
639 * objcopy.c (reverse_bytes): New variable.
640 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
641 (copy_options, copy_usage): Add "reverse-bytes" entry.
642 (copy_section): Reverse bytes within output sections.
643 * doc/binutils.texi: Document new objcopy option.
644
c6e15d68
NC
6452007-04-20 Nick Clifton <nickc@redhat.com>
646
647 * rclex.l: Allow underscores at the start of identifiers.
648
ed180cc5
AM
6492007-04-19 Alan Modra <amodra@bigpond.net.au>
650
651 * budemang.c: Delete.
652 * budemang.h: Delete.
653 * addr2line.c (translate_addresses): Call bfd_demangle rather than
654 demangle.
655 * nm.c (print_symname): Likewise.
656 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
657 (dump_bfd): Likewise.
658 * prdbg.c (struct pr_handle <demangler>): Add int param.
659 (tg_variable, tg_start_function): Adjust demangler calls.
660 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
661 * Makefile.in: Regenerate.
662 * po/POTFILES.in: Regenerate.
663
d45dc31f
SE
6642007-04-14 Steve Ellcey <sje@cup.hp.com>
665
666 * Makefile.am: Add ACLOCAL_AMFLAGS.
667 * configure.in: Change macro call order.
668 * Makefile.in: Regenerate.
669 * configure: Regenerate.
670
79e341d9
NS
6712007-04-13 Nathan Sidwell <nathan@codesourcery.com>
672
673 * Makefile.am (TOOL_PROGS): Add objcopy.
674 * Makefile.in: Rebuilt.
675
1aa9ef63
L
6762007-04-12 H.J. Lu <hongjiu.lu@intel.com>
677
678 PR binutils/4348
679 * objcopy.c (copy_object): Don't stop when there are no
680 sections to be copied.
681
9fbad737
VP
6822007-04-10 Vladimir Prus <vladimir@codesourcery.com>
683
684 * NEWS: Mention disjoint histograms support in
685 gprof.
686
6eef1355
DJ
6872007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
688
689 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
690 DW_TAG_inlined_subroutine.
691
5ad507ee
MT
6922007-04-06 Matt Thomas <matt@netbsd.org>
693
694 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
695
be26064b
AM
6962007-04-05 Alan Modra <amodra@bigpond.net.au>
697
698 PR binutils/4292
699 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
700 value_format_32bit.
701
970ccc77
NC
7022007-04-02 Nick Clifton <nickc@redhat.com>
703
704 PR binutils/4292
705 * nm.c (value_format): Replace with value_format_32bit and
706 value_format_64bit.
707 (set_radix): Update setting of value_format.
708 (set_print_width): New function. Compute the address size of a
709 given bfd and set the print_width global appropriately.
710 (display_archive): Use set_print_width.
711 (display_file): Likewise,
712 (print_object_filename_sysv): Update use of print_width.
713 (print_archive_member_sysv): Likewise.
714 (print_symbol_filename_posix): Likewise.
715 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
716
4ecceb71
RS
7172007-03-28 Richard Sandiford <richard@codesourcery.com>
718 Phil Edwards <phil@codesourcery.com>
719
720 * doc/binutils.texi: Put the contents after the title page rather
721 than at the end of the document.
722
331e5c3c
NC
7232007-03-28 Nick Clifton <nickc@redhat.com>
724
725 * readelf.c (slurp_rela_relocs): Add newline to end of error
726 messages.
727 (slurp_rel_relocs, request_dump, request_dump_byname,
728 process_program_headers, process_dynamic_section,
729 process_symbol_table, process_mips_specific, main): Likewise.
730
eacf2b70
AM
7312007-03-28 Alan Modra <amodra@bigpond.net.au>
732
733 * MAINTAINERS: Update mailing list addresses. Add myself
734 as PPC maintainer.
735
48d8dc64
AM
7362007-03-27 Alan Modra <amodra@bigpond.net.au>
737
738 * embedspu.sh: Correct toe_addr quoting.
739
88948ad0
AM
7402007-03-27 Alan Modra <amodra@bigpond.net.au>
741
742 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
743 .toe section and .toe address checks. Use .reloc for _EAR*
744 symbols defined in non-BSS sections. Build table for _SPUEAR_
745 symbols.
746
6528d0cb
KK
7472007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
748
749 PR gas/3811
750 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
751
e49e529d
JM
7522007-03-22 Joseph Myers <joseph@codesourcery.com>
753
754 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
755 version.
756
591a748a
NC
7572007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
758
759 * dlltool.c (make_one_lib_file): Use pc-relative relocation
760 instead of an absolute relocation for x86_64-pc-mingw32 target.
761
c428fa83
L
7622007-03-15 H.J. Lu <hongjiu.lu@intel.com>
763
764 * Makefile.am (REPORT_BUGS_TO): Removed.
765 (INCLUDES): Remove -DREPORT_BUGS_TO.
766 * Makefile.in: Regenerated.
767
768 * bucomm.c: Don't include bfdver.h.
769 * objdump.c: Likewise.
770 * version.c: Likewise.
771
772 * bucomm.h: Include bfdver.h.
773
774 * configure.in (--with-bugurl): Removed.
775 * configure: Regenerated.
776
777 * doc/Makefile.am (binutils_TEXINFOS): Removed.
778 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
779 (TEXI2DVI): Likewise.
780 (config.texi): Removed.
781 (MOSTLYCLEANFILES): Remove config.texi.
782 * doc/Makefile.in: Regenerated.
783
784 * doc/binutils.texi: Include bfdver.texi instead of
785 config.texi.
786
35d9dd2f
NC
7872007-03-13 Nick Clifton <nickc@redhat.com>
788
789 * readelf.c (dump_section): Also test for SHT_REL sections when
790 producing the warning about unapplied relocs.
791
ad22bfe8
JM
7922007-03-07 Joseph Myers <joseph@codesourcery.com>
793
794 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
795 bug-reporting URL.
796 * doc/Makefile.am (config.texi): Define BUGURL.
797 * doc/binutils.texi: Use BUGURL. Remove text about large files
798 and uuencoding.
799 * Makefile.in, configure, doc/Makefile.in: Regenerate.
800
d3e52d40
RS
8012007-03-01 Phil Edwards <phil@codesourcery.com>
802 Richard Sandiford <richard@codesourcery.com>
803
804 * NEWS: Mention addition of --extract-symbol.
805 * doc/binutils.texi: Document it.
806 * objcopy.c (extract_symbol): New variable.
807 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
808 (copy_options): Add an entry for --extract-symbol.
809 (copy_usage): Mention --extract-symbol.
810 (copy_object): Set the start address to zero for --extract-symbol.
811 Do not copy private BFD data in that case.
812 (setup_section): Set the size, LMA and VMA to zero for
813 --extract-symbol. Do not copy private BFD data in that case.
814 (copy_section): Do not copy section contents if --extract-symbol
815 is passed.
816 (copy_main): Set extract_symbol to TRUE if --extract-symbol
817 is passed.
818
336becc7
PB
8192007-03-01 Paul Brook <paul@codesourcery.com>
820
821 * MAINTAINERS: Update my entry.
822
066c2a57
JM
8232007-03-01 Joseph Myers <joseph@codesourcery.com>
824
825 * version.c: Update copyright date.
826
a7186e88
DJ
8272007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
828
829 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
830 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
831 * Makefile.in, doc/Makefile.in: Regenerate.
832
11d5fa89
AM
8332007-03-01 Alan Modra <amodra@bigpond.net.au>
834
835 * embedspu.sh: Set type and size of global program handle symbol.
836
b125d98b
AM
8372007-02-28 Alan Modra <amodra@bigpond.net.au>
838
839 * Makefile.am (PROGS): Delete.
840 (RENAMED_PROGS): Define. Extracted from..
841 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
842 (install-exec-local): Adjust.
843 * Makefile.in: Regenerate.
844
1d97d67f
AM
8452007-02-28 Alan Modra <amodra@bigpond.net.au>
846
847 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
848 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
849 (EXTRA_PROGRAMS): Remove bin2c.
850 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
851 (bin2c_SOURCES): Delete.
852 (DISTCLEANFILES): Remove sysinfo.
853 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
854 bin2c$(EXEEXT_FOR_BUILD).
855 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
856 Move embedspu to..
857 (BUILD_INSTALL_MISC): ..here.
858 * Makefile.in: Regenerate.
859 * configure: Regenerate.
860
cd14b966
AM
8612007-02-27 Alan Modra <amodra@bigpond.net.au>
862
863 * bin2c.c: New file.
864 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
865 (CFILES): Add bin2c.c.
866 (bin2c_SOURCES): Define.
867 (bin2c.o): Dependencies from "make dep-am".
868 * configure.in (BUILD_MISC): Add bin2c.
869 * version.c: Update year.
870 * po/POTFILES.in: Regenerate.
871 * Makefile.in: Regenerate.
872 * configure: Regenerate.
873
92f01d61 8742007-02-17 Mark Mitchell <mark@codesourcery.com>
8fd9b8a4
L
875 Nathan Sidwell <nathan@codesourcery.com>
876 Vladimir Prus <vladimir@codesourcery.com
877 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
878
879 * configure.in (--with-bugurl): New option.
880 * configure: Regenerate.
881 * Makefile.am (REPORT_BUGS_TO): Define.
882 (INCLUDES): Define REPORT_BUGS_TO.
883 Regenerate dependencies.
884 * Makefile.in: Regenerate.
885 * doc/Makefile.in: Regenerate.
886 * bucomm.h: Remove include of bin-bugs.h.
887 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
888 * ar.c (usage): Pass s to list_supported_targets. Don't print
889 empty REPORT_BUGS_TO.
890 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
891 * cxxfilt.c (usage): Print bug url when giving help.
892 * dlltool.c (usage): Likewise.
893 * dllwrap.c (usage): Likewise.
894 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
895 * nm.c (usage): Likewise.
896 * objcopy.c (copy_usage, strip_usage): Likewise.
897 * objdump.c (usage): Likewise.
898 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
899 callers.
900 * size.c (usage): Don't print empty REPORT_BUGS_TO.
901 * srconv.c (show_usage): Likewise.
902 * strings.c (usage): Likewise.
903 * sysdymp.c (show_usage): Likewise.
904 * windres.c (usage): Likewise.
905
41160f02
AM
9062007-02-13 Alan Modra <amodra@bigpond.net.au>
907
908 * embedspu.sh: Add -W to readelf invocation.
909
7358e3f7
DB
9102007-02-06 Dave Brolley <brolley@redhat.com>
911
912 * MAINTAINERS: Add myself as the maintainer of the MeP port.
913
4b78141a
NC
9142007-02-06 Nick Clifton <nickc@redhat.com>
915
916 PR gas/3800
917 * readelf.c: Include elf/h8.h twice. The first time in order to
918 get the reloc numbers, the second time in order to get the reloc
919 decoder function.
920 (dump_section): Tell the user if the section being displayed has
921 unprocessed relocs associated with it.
922 (get_reloc_size): New function - returns the size of a reloc.
923 (debug_apply_rela_addends): Use get_reloc_size().
924 * dwarf.c (read_and_display_attr_value): Extend number of
925 languages known for the DW_AT_language attribute.
926 (process_debug_info): Display the attribute offset before decoding
927 the attribute, in case there are problems.
928
15ab5209
DB
9292007-02-05 Dave Brolley <brolley@redhat.com>
930
931 * readelf.c (dump_relocations): Don't check for
932 (rtype == NULL && type == R_RELC).
933
9342007-02-05 Dave Brolley <brolley@redhat.com>
935
d66340fc
DB
936 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
937 * Makefile.in: Regenerated.
15ab5209
DB
938 * Contribute the following changes:
939 2003-10-29 Dave Brolley <brolley@redhat.com>
940
941 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
942 * configure: Regenerated.
943
944 2001-04-03 Ben Elliston <bje@redhat.com>
945
946 * readelf.c: Include "elf/mep.h".
947 (guess_is_rela): Handle EM_CYGNUS_MEP.
948 (get_machine_name): Ditto.
949 (dump_relocations): Ditto.
950
fc523535 9512007-02-02 H.J. Lu <hongjiu.lu@intel.com>
bffa52b3
L
952
953 * MAINTAINERS: Add a space between H.J. and Lu.
954
fc523535 9552007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
956
957 * doc/binutils.texi (objdump): Document the new addr64 option
958 for i386 disassembler.
959
fc523535 9602007-02-02 H.J. Lu <hongjiu.lu@intel.com>
7aad4c3d
L
961
962 PR binutils/3945
963 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
964 target.
965 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
966 * configure: Regenerated.
967
968 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
969
e5ce8970
NC
9702007-02-02 Nick Clifton <nickc@redhat.com>
971
972 * doc/binutils.texi (objdump): Document support for disassembling
973 the 440 PowerPC architecture.
974
460c89ff
NS
9752007-01-31 Nathan Sidwell <nathan@codesourcery.com>
976
977 * dwarf.c (process_debug_info): Protect against bogus length and
978 abbrev offsets.
979
84f1d826
KH
9802007-01-25 Kazu Hirata <kazu@codesourcery.com>
981
982 * ar.c (print_contents, extract_file): Cast the return value
983 of fwrite to size_t.
984
7bd7b3ef
AM
9852007-01-12 Alan Modra <amodra@bigpond.net.au>
986
987 * ar.c (open_inarch): Check fwrite return. Use size_t.
988 (extract_file): Likewise. Remove test for "negative" file size.
989 * readelf.c (process_program_headers): Check fscanf return.
990
2946671e
L
9912007-01-11 H.J. Lu <hongjiu.lu@intel.com>
992
993 * bucomm.c (template_in_dir): Fix typo.
994
669a9a2a
AM
9952007-01-11 Alan Modra <amodra@bigpond.net.au>
996
997 * embedspu.sh: New file.
998 * Makefile.am (embedspu): Add rule.
999 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
1000 * Makefile.in: Regenerate.
1001 * configure: Regenerate.
1002
485be063
AM
10032007-01-11 Alan Modra <amodra@bigpond.net.au>
1004
1005 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
1006 * bucomm.c (template_in_dir): New function, split out from..
1007 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
1008 (make_tempdir): Use template_in_dir. Handle directory creation
1009 when !HAVE_MKDTEMP.
1010 * objcopy.c (MKDIR): Don't define.
1011 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
1012 error message.
1013
3bdcfdf4
KH
10142007-01-08 Kazu Hirata <kazu@codesourcery.com>
1015
1016 * readelf.c (get_machine_flags): Treat Fido as an architecture
1017 by itself.
1018
42037fe5
NC
10192007-01-08 Kai Tietz <kai.tietz@onevision.com>
1020
1021 * configure.in: Renamed target x86_64-*-mingw64 to
1022 x86_64-*-mingw*.
1023 * configure: Regenerated.
1024
20414cab
AM
10252007-01-05 Alan Modra <amodra@bigpond.net.au>
1026
1027 * readelf.c (dump_section): Don't print 32-bit values, which
1028 were done incorrectly for little-endian. Instead print bytes.
1029
10a2343e 1030For older changes see ChangeLog-2006
252b5132
RH
1031\f
1032Local Variables:
1033mode: change-log
1034left-margin: 8
1035fill-column: 74
1036version-control: never
1037End: