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