Updated Indonesian translation.
[binutils-gdb.git] / binutils / ChangeLog
1 2009-11-11 Nick Clifton <nickc@redhat.com>
2
3 * po/id.po: Updated Indonesian translation.
4
5 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6
7 * configure.in: Stop checking for fopen64 and stat64.
8 * strings.c (file_off, file_open, statbuf, file_stat): Remove.
9 (strings_file): Change file_off to file_ptr, file_open to fopen,
10 statbuf to struct stat and file_stat to stat.
11 (get_char): Change parameter type file_off * to file_ptr *.
12 (print_strings): Change parameter and variable `start' type file_off to
13 file_ptr.
14 * configure: Regenerate.
15 * config.in: Regenerate.
16
17 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18
19 * configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS,
20 AC_SYS_LARGEFILE and checking the Solaris largefile exception.
21 * aclocal.m4: Regenerate.
22 * configure: Regenerate.
23
24 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
25
26 * bucomm.c (get_file_size): Update comment for the error return value.
27
28 2009-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
29
30 * readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.
31
32 2009-11-05 Kai Tietz <kai.tietz@onevision.com>
33
34 * dllwrap.c (is_leading_underscore): New variable.
35 (cpu_type): New enum type.
36 (which_cpu): New variable.
37 (usage): Add new options --no-leading-underscore
38 and --leading-underscore.
39 (long_options): Likewise.
40 (OPTION_NO_LEADING_UNDERSCORE): New define.
41 (OPTION_LEADING_UNDERSCORE): Likewise.
42 (main): Initialize which_host, pass new options
43 to dlltool, do underscoring dependent on
44 is_leading_underscore, and do '@12' decoration
45 only for x86.
46
47 2009-11-02 Paul Brook <paul@codesourcery.com>
48
49 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv4 and VFPv4-D16.
50
51 2009-10-28 Kai Tietz <kai.tietz@onevision.com>
52
53 * dlltool.c (leading_underscore): New local variable.
54 (asm_prefix): Interpret leading_underscore.
55 (xlate): Likewise.
56 (add_excludes): Use leading_underscore for making
57 symbol name.
58 (gen_exp_file): Use leading_underscore for internal
59 _imp_ symbols.
60 (usage): Add display of --no-leading-underscore and
61 --leading-underscore option.
62 (OPTION_NO_LEADING_UNDERSCORE): New.
63 (OPTION_LEADING_UNDERSCORE): New.
64 (long_options): Add --no-leading-underscore and
65 --leading-underscore option.
66 (main): Handle new options.
67 * doc/binutils.text: Add documentation of the options
68 --no-leading-underscore and --leading-underscore.
69
70 2009-10-23 Kai Tietz <kai.tietz@onevision.com>
71
72 * deflex.l: Allow '<' and '>' in ID names.
73
74 * defparse.y (EQUAL): New token constant.
75 (opt_import_name): New rule for emptry or '==' ID.
76 (expline): Add opt_import_name as last line element.
77 (impline): Likewise.
78 * dlltool.c (ifunct): New member its_name.
79 (export): Likewise.
80 (append_import): Add its_name argument.
81 (defexports): Likewise.
82 (defimport): Likewise.
83 (scan_drectve_symbols): Adjust calls to def_exports.
84 (dump_def_info): Print new optinal import/export table
85 symbol name.
86 (generate_idata_ofile): Use its_name member.
87 (make_one_lib_file): Likewise.
88 (nfunc): Take its_name in account on sort.
89 * dlltool.h (def_exports): Add its_name as argument.
90 (def_import): Likewise.
91 * doc/binutils.texi: Add new def file syntax extension.
92 * deflex.l (EQUAL): Add rule for '=='.
93 * NEWS: Mention new feature.
94
95 2009-10-23 Thomas Cougnard <thomas.cougnard@gmail.com>
96
97 * readelf.c (dynamic_info): Correct size of array.
98
99 2009-10-21 Ben Elliston <bje@gnu.org>
100
101 * MAINTAINERS (BUILD SYSTEM, TESTSUITES): Remove myself.
102
103 2009-10-19 Jerker Bäck <jerker.back@gmail.com>
104
105 PR binutils/10793
106 * prdbg.c (tg_end_struct_type): Warning fix.
107
108 PR binutils/10792
109 * dlltool.c (dll_name_list_append): Declare variable at start
110 of block.
111 (dll_name_list_count, dll_name-list_print): Likewise.
112
113 2009-10-16 Doug Evans <dje@sebabeach.org>
114
115 * MAINTAINERS: Add myself as m32r maintainer.
116
117 2009-10-16 Jerker Bäck <jerker.back@gmail.com>
118
119 PR 10764
120 * Makefile.am (sysinfo.o, syslex.o): Place source file after all
121 command line switches.
122 * Makefile.in: Regenerate.
123
124 2009-10-16 Yann Droneaud <yann@droneaud.fr>
125
126 PR 10768
127 * dlltool.c (bfd_get_errmsg): New macro.
128 (scan_obj_file): Use it.
129 (make_one_lib_file): Use it.
130 (make_head): Use it.
131 (make_delay_head): Use it.
132 (make_tail): Use it.
133 (gen_lib_file): Use it.
134 (identify_dll_for_implib): Use it.
135 (identify_search_archive): Use it.
136
137 2009-10-16 Nick Clifton <nickc@redhat.com>
138
139 * readelf.c (usage): Add mention of --debug-dump=frames-interp.
140 Wrap output to 80 columns.
141 * objdump.c (usage): Likewise.
142 * doc/binutils.texi (readelf): Add note about =frames-interp.
143
144 2009-10-01 Alan Modra <amodra@bigpond.net.au>
145
146 * addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols.
147
148 2009-09-29 Nick Clifton <nickc@redhat.com>
149
150 * doc/binutils.texi (c++filt): Remove spurious description of
151 nonexistent --java command line switch for cxxfilt.
152
153 2009-09-29 DJ Delorie <dj@redhat.com>
154
155 * readelf.c: Add support for RX target.
156 * MAINTAINERS: Add DJ and NickC as maintainers for RX.
157
158 2009-09-28 Alan Modra <amodra@bigpond.net.au>
159
160 * configure.in: Don't invoke configure.tgt on $enable_targets.
161 * configure: Regenerate.
162
163 2009-09-28 Nick Clifton <nickc@redhat.com>
164
165 PR 10478
166 * readelf.c (get_elf_section_flags): Allow SHN_BEFORE and
167 SHN_AFTER section link values in x86 binaries.
168 (process_section_headers): Likewise.
169
170 2009-09-25 Dimitry Gorbachev <d.g.gorbachev@gmail.com>
171
172 PR 10656
173 * readelf.c: Remove duplicate declaration of variable do_wide.
174 * dwarf.h: Add export of do_wide.
175
176 2009-09-24 Cary Coutant <ccoutant@google.com>
177
178 * dwarf.c (get_TAG_name): Add missing DWARF-3 and new DWARF-4 tags.
179 (get_FORM_name): Add new DWARF-4 forms.
180 (read_and_display_attr_value): Add DW_FORM_ref_sig8, DW_LANG_Python.
181 (get_AT_name): Add new DWARF-4 and GNU-specific attributes.
182 (process_debug_info): Add do_types parameter; change all callers.
183 Add support for .debug_types sections.
184 (display_debug_types): New function.
185 (debug_displays): Add .debug_types section.
186 * readelf.c (process_section_headers): Add .debug_types section.
187 (display_debug_section): Simplify call to streq.
188
189 2009-09-25 Alan Modra <amodra@bigpond.net.au>
190
191 * readelf.c (print_dynamic_symbol): Format entries as for
192 normal symbol table.
193 (process_symbol_table): Use -7s format string for visibility.
194
195 2009-09-22 Richard Sandiford <rdsandiford@googlemail.com>
196
197 * objdump.c (disassemble_section): Use bfd_get_arch_size
198 instead of assuming that the address size is 32 bits.
199
200 2009-09-21 Alan Modra <amodra@bigpond.net.au>
201
202 * readelf.c (get_ppc_dynamic_type): Add TLSOPT.
203 (get_ppc64_dynamic_type): Likewise.
204
205 2009-09-18 Nick Clifton <nickc@redhat.com>
206
207 * po/es.po: Updated Spanish translation.
208 * po/vi.po: Updated Vietnamese translation.
209
210 2009-09-11 Paul Pluzhnikov <ppluzhnikov@google.com>
211
212 * readelf.c (process_version_sections, process_symbol_table):
213 Use symbolic constants.
214
215 2009-09-11 Nick Clifton <nickc@redhat.com>
216
217 * po/binutils.pot: Updated by the Translation project.
218
219 2009-09-11 Philippe De Muyter <phdm@macqel.be>
220
221 * obcopy.c (copy_object): New parameter `input_arch', architecture
222 of input file, if not specified in input file itself; all callers
223 updated; `binary_architecture' hack removed.
224 (copy_archive, copy_file): New parameter `input_arch', for
225 `copy_object' usage.
226 (copy_main): Accept `-B' (`--binary-architecture') option also
227 for any arch-less input ifile format, not only `binary'; remove
228 bfd_external_binary_architecture hack; instead, add `input_arch'
229 to calls to `copy_file'.
230 * windres.c, windmc.c : Obsolete and useless external references
231 to `bfd_external_binary_architecture' or `bfd_external_machine'
232 removed.
233 * doc/binutils.texi: Mention that -B parameter can be used for any
234 input file type which does not have its own architecture.
235
236 2009-09-10 Martin Thuresson <martin@mtme.org>
237
238 Update sources to compile cleanly with -Wc++-compat:
239 * addr2line.c (slurp_symtab): Fix casts. Introduce variable
240 minisyms to avoid aliasing varning.
241 * ar.c: Add casts.
242 (normalize): Use name del instead of delete.
243 (display_target_list,display_info_table): Change loop counter
244 variable a to int.
245 * bucomm.c: Add casts.
246 * debug.c: Update function to use new names.
247 (struct debug_baseclass): Rename member from virtual to
248 is_virtual.
249 (struct debug_type_s, struct debug_field_s, struct
250 debug_baseclass_s, struct debug_method_s, struct
251 debug_method_variant_s, struct debug_type_s): Rename struct from
252 avoid name collision.
253 * debug.h: Use new struct names.
254 * dwarf.c: Add casts.
255 (free_debug_memory): Change loop counter variable a to int.
256 * ieee.c: Add casts.
257 (enum ieee_var_kind): Move to top level.
258 (ieee_class_baseclass): Rename parameter virtual to is_virtual.
259 (ieee_class_method_var): Rename variable virtual to is_virtual.
260 * nm.c: Add casts.
261 * objcopy.c: Add casts.
262 (copy_archive): Rename variable delete to del.
263 * objdump.c: Add casts.
264 (dump_dwarf_section): Change loop counter variable i to int.
265 * prdbg.c: Add casts.
266 (pr_class_baseclass,tg_class_baseclass): Rename parameters virtual
267 to is_virtual.
268 * readelf.c: Add casts.
269 (struct ia64_unw_table_entry,struct hppa_unw_table_entry): Move to
270 top level.
271 * size.c: Add casts.
272 * stabs.c (parse_stab_type, parse_stab_range_type,
273 (parse_stab_cpp_abbrev): Rename parameter from typename to
274 type_name.
275 (parse_stab_baseclasses): Rename variable virtual to is_virtual.
276 * strings.c: Add casts.
277 * wrstabs.c (stab_class_baseclass): Rename parameter virtual to
278 is_virtual.
279
280 2009-09-09 Nick Clifton <nickc@redhat.com>
281
282 PR 10478:
283 readelf.c (get_elf_section_flags): Add support for SHF_EXCLUDE and
284 SHF_ORDERED.
285 (process_section_headers): Warn about out of range sh_link
286 values. When displaying detailed section header information
287 annote the SHN_BEFORE and SHN_AFTER values.
288
289 2009-09-08 Alan Modra <amodra@bigpond.net.au>
290
291 * dwarf.c (byte_get_little_endian): Handle size of 3.
292 (byte_get_big_endian): Likewise.
293 * readelf.c (byte_put_little_endian): Likewise.
294 (byte_put_big_endian): Likewise.
295 (is_24bit_abs_reloc): New function.
296 (is_none_reloc): Formatting.
297 (apply_relocations): Use is_24bit_abs_reloc. Handle pj and xtensa
298 reloc peculiarity.
299
300 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
301
302 * readelf.c (is_none_reloc <EM_XTENSA_OLD>, is_none_reloc <EM_XTENSA>):
303 New.
304
305 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
306
307 * dwarf.c (process_debug_info): Support section padding abbrev codes.
308
309 2009-09-07 Tristan Gingold <gingold@adacore.com>
310
311 * po/binutils.pot: Regenerate.
312
313 2009-09-05 Jan Kratochvil <jan.kratochvil@redhat.com>
314
315 * Makefile.am (sysdump.o): Depend on sysroff.c.
316 * Makefile.in: Regenerate.
317
318 2009-09-05 Martin Thuresson <martin@mtme.org>
319
320 * ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class,
321 ieee_read_reference): Rename variables named class to cxxclass.
322
323 2009-09-04 Tristan Gingold <gingold@adacore.com>
324
325 * BRANCHES: Add binutils-2_20-branch.
326
327 2009-09-04 Tristan Gingold <gingold@adacore.com>
328
329 * NEWS: Add marker for 2.20.
330
331 2009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
332
333 * dlltool.c (delayimp_name): Add new global variable
334 (usage, long_options, main): Add new option "-y" / "--output-delaylib"
335 (struct mac): Add fields how_dljtab_size, how_dljtab_roff1,
336 how_dljtab_roff2, how_dljtab, trampoline.
337 (i386_dljtab): Add binary stub for x86 delay import.
338 (i386_trampoline): Add text assembly stub for x86 delay import.
339 (mtable): Add delay import data for M386 and MX86 only.
340 (make_delay_head): New function.
341 (make_one_lib_file): New arg delay creates delay-load import stub.
342 (gen_lib_file): New arg delay likewise.
343 (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
344 (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
345 (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
346 * NEWS: Mention new feature. Also fix whitespace.
347 * doc/binutils.texi: Updated dlltool documentation.
348
349 2009-09-02 Tristan Gingold <gingold@adacore.com>
350
351 * configure.com: Do not copy makefile.vms-in to makefile.vms
352 * makefile.vms-in: Renamed to...
353 * makefile.vms: ... this usual name as it is not processed anymore.
354 Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
355 objdump.exe.
356
357 2009-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
358
359 * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
360 (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
361 source file name for generated files which may be in $(srcdir).
362 * Makefile.in: Regenerate.
363
364 2009-09-01 H.J. Lu <hongjiu.lu@intel.com>
365
366 * version.c (print_version): Change to "Copyright 2009".
367
368 2009-09-01 Tristan Gingold <gingold@adacore.com>
369
370 * makefile.vms-in: Remove unused VERSION variable. Remove unused
371 dependencies.
372 * configure.com: Ported to Itanium VMS. Create build.com DCL script.
373
374 2009-08-29 Martin Thuresson <martin@mtme.org>
375
376 * nlmconv.c (main): Rename variable new to new_name.
377
378 2009-08-28 H.J. Lu <hongjiu.lu@intel.com>
379
380 * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
381 CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
382 (syslex.o): Likewise.
383 (sysinfo.o): Likewise.
384 (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
385 * Makefile.in: Regenerated.
386
387 2009-08-27 Dave Korn <dave.korn.cygwin@gmail.com>
388
389 * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
390 (--subsystem): ... from here.
391
392 2009-08-24 Cary Coutant <ccoutant@google.com>
393
394 * objdump.c (find_symbol_for_address): Avoid costly call to
395 bfd_octets_per_byte.
396
397 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
398
399 * Makefile.am (am__skiplex, am__skipyacc): New.
400 * Makefile.in: Regenerate.
401
402 2009-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
403
404 * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
405 * Makefile.in: Regenerate.
406
407 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
408
409 * Makefile.am (AM_CPPFLAGS): Renamed from ...
410 (INCLUDES): ... this.
411 (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
412 (installcheck-local): Renamed from ...
413 (installcheck): ... this.
414 * Makefile.in: Regenerate.
415
416 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
417 foreign.
418 (MKDEP, CLEANFILES): Remove now-unneeded variables.
419 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
420 (mkdep section): Remove.
421 (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
422 (EXTRA_ar_SOURCES): New, list $(CFILES).
423 (syslex.o): Depend on syslex.c.
424 (sysinfo.o): Depend on sysinfo.c.
425 (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
426 Remove dependencies, now tracked by automake.
427 (srconv.o): Depend on sysroff.c.
428 (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
429 (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
430 (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
431 tracking rules; only list the dependency upon the primary source
432 file, but no included headers.
433 * Makefile.in: Regenerate.
434
435 * Makefile.am (install-pdf, install-pdf-recursive, install-html)
436 (install-html-recursive): Remove.
437 * Makefile.in: Regenerate.
438 * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
439 (html__strip_dir, install-html, install-html-am): Remove.
440 * doc/Makefile.in: Regenerate.
441
442 * Makefile.in: Regenerate.
443 * aclocal.m4: Likewise.
444 * config.in: Likewise.
445 * configure: Likewise.
446 * doc/Makefile.in: Likewise.
447
448 2009-08-17 Nick Clifton <nickc@redhat.com>
449
450 * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
451 32-bit absolute reloc for the purposes of processing debug
452 sections.
453
454 2009-08-10 Daniel Gutson <dgutson@codesourcery.com>
455
456 * readelf.c (get_arm_section_type_name): Added support for
457 new sections headers.
458
459 2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
460
461 PR binutils/10364
462 * objcopy.c (strip_main): Check return from smart_rename.
463 (copy_main): Likewise.
464
465 2009-07-27 Nick Clifton <nickc@redhat.com>
466
467 PR 10413
468 * objdump.c (dump_section_header): Skip sections that we are
469 ignoring.
470
471 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
472
473 * readelf.c (guess_is_rela): Handle EM_L1OM.
474 (dump_relocations): Likewise.
475 (get_machine_name): Likewise.
476 (get_section_type_name): Likewise.
477 (get_elf_section_flags): Likewise.
478 (get_symbol_index_type): Likewise.
479 (is_32bit_abs_reloc): Likewise.
480 (is_32bit_pcrel_reloc): Likewise.
481 (is_64bit_abs_reloc): Likewise.
482 (is_64bit_pcrel_reloc): Likewise.
483 (is_none_reloc): Likewise.
484
485 2009-07-23 Ulrich Drepper <drepper@redhat.com>
486
487 * readelf.c (get_symbol_binding): For Linux targeted files return
488 UNIQUE for symbols with the STB_GNU_UNIQUE binding.
489 * doc/binutils.texi: Document the meaning of the 'u' symbol
490 binding in the output of nm and objdump --syms.
491
492 2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
493
494 * NEWS: Mention --insn-width.
495
496 * objdump.c (insn_width): New.
497 (usage): Display --insn-width.
498 (option_values): Add OPTION_INSN_WIDTH.
499 (long_options): Add --insn-width.
500 (disassemble_bytes): Handle insn_width.
501 (main): Handle OPTION_INSN_WIDTH.
502
503 * doc/binutils.texi: Document --insn-width.
504
505 2009-07-17 Nick Clifton <nickc@redhat.com>
506
507 * dwarf.c (display_debug_lines): If do_debug_lines has not been
508 set then default to displaying raw .debug_line section contents.
509
510 2009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
511
512 Support unordered .debug_info references to .debug_ranges.
513 * dwarf.c (struct range_entry, range_entry_compar): New.
514 (display_debug_ranges): Remove variables last_offset, first, j,
515 seen_first_offset, use_debug_info and next. New variables
516 range_entries and range_entry_fill. Create the sorted copy
517 range_entries. Remove the FIXME error on detected unordered references.
518 * dwarf.h (debug_info <range_lists>): New comment.
519
520 2009-07-14 Nick Clifton <nickc@redhat.com>
521
522 PR 10380
523 * README: Document use of LDFLAGS="--static".
524
525 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
526
527 * Makefile.am: Run "make dep-am".
528 * Makefile.in: Regenerated.
529
530 2009-07-10 Tom Tromey <tromey@redhat.com>
531
532 * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
533 * Makefile.in: Rebuild.
534 * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
535
536 2009-07-06 Tristan Gingold <gingold@adacore.com>
537
538 * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
539 sections.
540 * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
541 * dwarf.c (debug_displays): Adjust for removed field.
542
543 2009-07-03 Jakub Jelinek <jakub@redhat.com>
544
545 * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
546 and DW_OP_implicit_value.
547
548 2009-07-01 Nick Clifton <nickc@redhat.com>
549
550 PR 6714
551 * rclex.c (handle_quotes): Do not complain about whitespace
552 separating quoted strings.
553 (rclex_string): Ignore whitespace when looking for a new opening
554 quote following a closing quote.
555
556 2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
557
558 PR binutils/10321
559 * bucomm.c (get_file_size): Return -1 on error.
560
561 * objcopy.c (copy_file): Report empty file.
562
563 2009-06-23 Nick Clifton <nickc@redhat.com>
564
565 * dwarf.c (display_debug_lines_raw): Include the name of the
566 section in warning message.
567 (struct debug_display): Enable reloc processing for .debug_line
568 and .debug_ranges sections.
569
570 * readelf.c: Add --relocated-dump command line option to dump the
571 relocated contents of a specified section.
572 (request_dump): New function.
573 (parse_args): Use it.
574 (dump_section_as_bytes): Add parameter to indicate whether the
575 contents should be relocated.
576 (target_specific_reloc_handling): Add code for a R_MN10300_16
577 reloc found after a R_MN10300_SYM_DIFF reloc.
578 (debug_apply_relocations): Rename to apply_relocations.
579 (get_section_contents): New function. Replaces common code found
580 in dump_section_as_strings and dump_section_as_bytes.
581 * doc/binutils.texi: Document new command line option.
582 * NEWS: Mention the new feature.
583
584 2009-06-22 Nick Clifton <nickc@redhat.com>
585
586 * readelf.c (target_specific_reloc_handling): New function:
587 Processes relocs in a target specific manner.
588 (debug_apply_relocations): Use the new function.
589 * dwarf.c (display_debug_loc): End the dump with a blank line.
590 (struct debug_display): Enable reloc processing for .debug_aranges
591 and .debug_loc sections.
592
593 2009-06-19 Nick Clifton <nickc@redhat.com>
594
595 * ar.c (usage): Do not use #ifdef inside _("...).
596 * nm.c (usage): Likewise.
597
598 2009-06-18 Nick Clifton <nickc@redhat.com>
599
600 PR 10288
601 * objdump.c (disassemble_bytes): Set the
602 USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
603 if the user has invoked the -m switch.
604 * doc/binutils.texi: Document the additional behaviour of
605 objdump's -m switch for ARM targets.
606
607 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
608
609 * configure.in: Merge cegcc and mingw32ce target name changes from
610 CeGCC project.
611
612 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
613
614 * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
615 * configure: Regenerate.
616
617 2009-06-15 Nick Clifton <nickc@redhat.com>
618
619 PR 10263
620 * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
621 the flags field of the disassemble_info structure if the -D switch
622 is in operation.
623
624 2009-06-12 Homer Xing <homer.xing@yahoo.com>
625
626 * NEWS: Mention new feature added to gprof.
627
628 2009-06-12 John Reiser <jreiser@BitWagon.com>
629
630 * readelf.c (process_symbol_table): Set gnubuckets to NULL after
631 freeing it and before returning.
632
633 2009-06-12 Jakub Jelinek <jakub@redhat.com>
634
635 * readelf.c (process_symbol_table): Don't return early if
636 .hash/.gnu.hash is empty/unusable and not -D.
637
638 2009-06-09 Tom Bramer <tjb@postpro.net>
639
640 PR 10165
641 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
642 to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
643
644 2009-06-04 Alan Modra <amodra@bigpond.net.au>
645
646 * strings.c (main): Delay parsing of decimal digits.
647
648 2009-06-04 Alan Modra <amodra@bigpond.net.au>
649
650 * dep-in.sed: Don't use \n in replacement part of s command.
651 * Makefile.am (DEP1): LC_ALL for uniq.
652 Run "make dep-am".
653 * Makefile.in: Regenerate.
654
655 2009-06-03 Tristan Gingold <gingold@adacore.com>
656
657 * MAINTAINERS: Add myself as Mach-O maintainer.
658
659 2009-06-01 Alan Modra <amodra@bigpond.net.au>
660
661 PR 10199
662 * doc/binutils.texi (nm): Correct -S description.
663
664 2009-05-28 Nick Clifton <nickc@redhat.com>
665
666 * po/da.po: Updated Danish translation.
667
668 2009-05-28 Nick Clifton <nickc@redhat.com>
669
670 * readelf.c (display_debug_section): Do not display debug sections
671 with the NOBITS section type.
672
673 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
674
675 * aclocal.m4: Include ../config/plugins.m4.
676 * configure.in: Use AC_PLUGINS.
677 * configure: Regenerate.
678 * Makefile.in: Regenerate.
679 * doc/Makefile.in: Regenerate.
680
681 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
682
683 * ar.c (main): Call bfd_plugin_set_program_name.
684 * nm.c (main): Call bfd_plugin_set_program_name.
685
686 2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
687
688 * sysdump.c (tab): Use puts rather than two printfs.
689
690 2009-05-26 Nick Clifton <nickc@redhat.com>
691
692 * po/id.po: Updated Indonesian translation.
693 * po/binutils.pot: Updated template file.
694
695 2009-05-26 Rafael Avila de Espindola <espindola@google.com>
696
697 * ar.c: Include plugin.h.
698 (main): Handle the --plugin option.
699 * nm.c: Include plugin.h.
700 (OPTION_PLUGIN): New.
701 (long_options): Add plugin.
702 (main): Handle OPTION_PLUGIN.
703 * NEWS: Mention the new feature.
704 * doc/binutils: Documement the new command line options.
705 * configure.in: Check for --enable-plugins.
706 * configure: Regenerate.
707
708 2009-05-26 Alan Modra <amodra@bigpond.net.au>
709
710 * dep-in.sed: Output one filename per line with all lines having
711 continuation backslash. Prefix first line with "A", following
712 lines with "B".
713 * Makefile.am (DEP): Don't use dep.sed here.
714 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
715 sort and uniq.
716 * Makefile.in: Regenerate.
717
718 2009-05-25 Tristan Gingold <gingold@adacore.com>
719
720 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
721
722 * configure.com: Fix it: handle alloca and define TARGET in config.h.
723
724 2009-05-22 Alan Modra <amodra@bigpond.net.au>
725
726 * Makefile.am: Run "make dep-am".
727 * Makefile.in: Regenerate.
728
729 2009-05-12 Alan Modra <amodra@bigpond.net.au>
730
731 * objcopy.c (set_long_section_mode): Check input_bfd is coff
732 before accessing coff specific fields of bfd.
733
734 2009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
735
736 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
737
738 2009-05-08 Kai Tietz <kai.tietz@onevision.com>
739
740 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
741 is defined, but not when __CYGWIN__ or _WIN32 are defined.
742 See wind_iconv_cp for call logic of this local funtion.
743
744 2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
745
746 PR 10109
747 * winduni.c: Replace test of HAVE_ICONV_H with a test of
748 HAVE_ICONV.
749 (iconv_onechar): Use ICONV_CONST instead of "const".
750 (wind_MultiByteToWideChar): Initialise local strings.
751
752 2009-04-30 Nick Clifton <nickc@redhat.com>
753
754 * readelf.c (dump_relocations): Display a relocation against an
755 ifunc symbol as if it were a function invocation.
756 (get_symbol_type): Handle STT_GNU_IFUNC.
757
758 2009-04-29 Anthony Green <green@moxielogic.com>
759
760 * NEWS: Tweak verilog support description.
761
762 2009-04-29 Alan Modra <amodra@bigpond.net.au>
763 Denis Scherbakov <denis_scherbakov@yahoo.com>
764
765 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
766 read, and merge with 32-bit case.
767
768 2009-04-27 Anthony Green <green@moxielogic.com>
769
770 * NEWS: Mention verilog support added to bfd.
771
772 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
773
774 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
775 parameters.
776
777 2009-04-24 Cary Coutant <ccoutant@google.com>
778
779 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
780 Add missing newlines to HP extensions.
781
782 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
783
784 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
785 * doc/binutils.texi: Likewise.
786
787 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
788
789 PR binutils/10074
790 * objcopy.c: Include coff/i386.h and coff/pe.h.
791 (pe_file_alignment): New.
792 (pe_heap_commit): Likewise.
793 (pe_heap_reserve): Likewise.
794 (pe_image_base): Likewise.
795 (pe_section_alignment): Likewise.
796 (pe_stack_commit): Likewise.
797 (pe_stack_reserve): Likewise.
798 (pe_subsystem): Likewise.
799 (pe_major_subsystem_version): Likewise.
800 (pe_minor_subsystem_version): Likewise.
801 (set_pe_subsystem): Likewise.
802 (convert_efi_target): Likewise.
803 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
804 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
805 OPTION_STACK and OPTION_SUBSYSTEM.
806 (copy_options): Likewise.
807 (copy_usage): Add --file-alignment, --heap, --image-base,
808 --section-alignment, --stack and --subsystem.
809 (copy_object): Set up PE parameters.
810 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
811 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
812 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
813 PEI target.
814
815 * NEWS: Mention --file-alignment, --heap, --image-base,
816 --section-alignment, --stack and --subsystem command line
817 options for objcopy.
818
819 * doc/binutils.texi: Document --file-alignment, --heap,
820 --image-base, --section-alignment, --stack and --subsystem
821 command line options for objcopy.
822
823 2009-04-15 Anthony Green <green@moxielogic.com>
824
825 * MAINTAINERS: Add myself as Moxie port maintainer.
826
827 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
828
829 * objcopy.c (enum long_section_name_handling): New enum type.
830 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
831 (copy_options[]): Add entry for --long-section-names option.
832 (copy_usage): Document it.
833 (set_long_section_mode): New subroutine.
834 (copy_file): Call it.
835 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
836 * doc/binutils.texi: Update objcopy documentation with details
837 of new option.
838
839 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
840
841 * dlltool.c (set_dll_name_from_def): Accept new second arg that
842 indicates if we are building DLL or EXE, and use it to add a
843 default suffix to the output filename when none is already present.
844 (def_name): Indicate we are building an EXE when calling it.
845 (def_library): Indicate we are building a DLL when calling it.
846
847 2009-04-01 Jari Aalto <jari.aalto@cante.net>
848
849 PR 9972
850 * doc/binutils.texi (strings): Document the -V alias for the
851 --version option.
852 * strings.c (usage): Likewise.
853
854 2009-03-31 Nick Clifton <nickc@redhat.com>
855
856 PR 9992
857 * configure.in: Import Solaris specific largefile test from
858 bfd/configure.in.
859 * configure: Regenerate.
860
861 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
862
863 * MAINTAINERS: Add self.
864
865 2009-03-27 Nick Clifton <nickc@redhat.com>
866
867 * dwarf.c (display_debug_ranges): Add the base address to the
868 displayed values for 'Begin' and 'End'.
869
870 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
871
872 * readelf.c (process_file_header): Don't report a corrupt string
873 table index if it is zero.
874
875 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
876
877 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
878 (dwarf_regnames_count): Likewise.
879 (frame_need_space): Return int.
880 (display_debug_frames): Check invalid registers.
881
882 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
883
884 * readelf.c (debug_apply_relocations): Check relocations
885 against STT_SECTION symbol.
886
887 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
888
889 * readelf.c (debug_apply_relocations): Allow relocations
890 against function symbols.
891
892 2009-03-18 Alan Modra <amodra@bigpond.net.au>
893
894 * sysdep.h: Include alloca-conf.h instead of config.h and remove
895 existing #if's handling alloca.
896 * Makefile.am: Run "make dep-am".
897 * Makefile.in: Regenerate.
898
899 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
900
901 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
902 * configure.in: Likewise.
903 * configure: Regenerate.
904
905 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
906
907 PR binutils/9945
908 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
909
910 2009-03-11 Chris Demetriou <cgd@google.com>
911
912 * ar.c (deterministic): New global variable.
913 (main): Recognize new 'D' option, which enables 'deterministic mode'.
914 (usage): Document new 'D' option.
915 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
916 flags if deterministic mode was requested.
917 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
918
919 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
920
921 PR binutils/9933
922 * objcopy.c (filter_symbols): Properly handle common symbols
923 in relocatable file.
924
925 2009-03-06 Nick Clifton <nickc@redhat.com>
926
927 * po/es.po: Updated Spanish translation.
928
929 2009-03-05 Nick Clifton <nickc@redhat.com>
930
931 * objdump.c (disassemble_section): If the computed next offset is
932 not beyond the current offset then just continue to the end.
933
934 2009-03-04 Tristan Gingold <gingold@adacore.com>
935
936 * MAINTAINERS: Add myself as VMS maintainer.
937
938 2009-03-03 Nick Clifton <nickc@redhat.com>
939
940 * readelf.c: Update formatting.
941
942 2009-03-03 Alan Modra <amodra@bigpond.net.au>
943
944 * Makefile.am: Run "make dep-am".
945 * Makefile.in: Regenerate.
946
947 2009-03-03 Alan Modra <amodra@bigpond.net.au>
948
949 * objdump.c (disassemble_section): Mask address before sign extending.
950
951 2009-03-02 Sebastian Biallas <sb@biallas.net>
952
953 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
954 (parse_ieee_bb): Set the filename if it has not already been
955 discovered.
956
957 2009-03-02 Cary Coutant <ccoutant@google.com>
958
959 * readelf.c (adjust_relative_path): New function.
960 (struct archive_info): New type.
961 (setup_archive): New function.
962 (release_archive): New function.
963 (setup_nested_archive): New function.
964 (get_archive_member_name): New function.
965 (get_archive_member_name_at): New function.
966 (make_qualified_name): New function.
967 (process_archive): Factor out code for reading archive index and
968 long filename table to setup_archive. Add support for thin archives.
969
970 2009-03-02 Nick Clifton <nickc@redhat.com>
971
972 * po/sk.po: Updated Slovak translation.
973
974 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
975
976 * configure: Regenerate.
977
978 2009-02-23 Cary Coutant <ccoutant@google.com>
979
980 * objdump.c (load_specific_debug_section): New function, from
981 load_debug_section.
982 (load_debug_section): Use load_specific_debug_section.
983 (dump_dwarf_section): Likewise.
984
985 2009-02-23 Cary Coutant <ccoutant@google.com>
986
987 * readelf.c (parse_args): Select all sections explicitly for -w.
988
989 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
990
991 * windres.c (set_endianess): Copy name without leading '-'.
992
993 2009-02-09 Tristan Gingold <gingold@adacore.com>
994
995 * NEWS: Mention feature match between objdump and readelf for dumping
996 dwarf info.
997
998 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
999 objdump.
1000
1001 * objdump.c (usage): Update documentation for -W/--dwarf.
1002 (enum option_values): Add OPTION_DWARF.
1003 (long_options): --dwarf can accept arguments.
1004 (dump_dwarf_section): Also check enabled field.
1005 (main): Option -W can accept arguments, code moved to
1006 dwarf.c and call dwarf_select_sections_all instead.
1007 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
1008 (parse_args): Move code to...
1009 * dwarf.c (dwarf_select_sections_by_letters,
1010 dwarf_select_sections_by_names): : ...here (new functions).
1011 (do_debug_lines_decoded): Remove and replaced by ...
1012 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
1013 (display_debug_lines): Adjust for previous change.
1014 (dwarf_select_sections_all): New function.
1015 (debug_displays): Add initializer for enabled field.
1016 * dwarf.h (do_debug_lines_decoded): Remove.
1017 Add prototypes for the new functions.
1018 (struct dwarf_section_display): Add enabled field.
1019
1020 2009-02-06 Nick Clifton <nickc@redhat.com>
1021
1022 * po/vi.po: Updated Vietnamese translation.
1023
1024 2009-02-03 Sandip Matte <sandip@rmicorp.com>
1025
1026 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
1027
1028 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
1029
1030 * NEWS: Move --as-needed change to ...
1031 * ../ld/NEWS: Here.
1032
1033 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1034
1035 * configure.in: AC_SUBST pdfdir.
1036 * Makefile.am: Add install-pdf, install-pdf-am,
1037 and install-pdf-recursive targets.
1038 * doc/Makefile.am: Define pdf__strip_dir. Add
1039 install-pdf and install-pdf-am targets.
1040 * po/Make-in: Add install-pdf target.
1041 * configure: Regenerate.
1042 * Makefile.in: Regenerate.
1043 * doc/Makefile.in: Regenerate.
1044
1045 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
1046
1047 PR binutils/9784
1048 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
1049
1050 * doc/binutils.texi: Document --prefix=PREFIX and
1051 --prefix-strip=LEVEL.
1052
1053 * objdump.c: Include "filenames.h".
1054 (prefix): New.
1055 (prefix_strip): Likewise.
1056 (prefix_length): Likewise.
1057 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
1058 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
1059 (long_options): Likewise.
1060 (show_line): Handle prefix and prefix_strip.
1061 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
1062
1063 * readelf.c (PATH_MAX): Moved to ...
1064 * sysdep.h: Here.
1065
1066 2009-01-31 Alan Modra <amodra@bigpond.net.au>
1067
1068 * NEWS: Mention --as-needed change.
1069
1070 2009-01-29 Alan Modra <amodra@bigpond.net.au>
1071
1072 PR 9798
1073 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
1074 (bfd_get_archive_filename): Constify param.
1075 * bucomm.h (bfd_get_archive_filename): Update prototype.
1076 * objcopy.c (RETURN_NONFATAL): Delete.
1077 (copy_unknown_object): Don't call bfd_get_archive_filename for
1078 bfd_nonfatal_message filename, instead just pass bfd.
1079 (copy_object): Likewise.
1080 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
1081 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
1082 (setup_bfd_headers): Fix error message.
1083
1084 2009-01-27 Nick Clifton <nickc@redhat.com>
1085
1086 PR 9774
1087 * objdump.c (disassemble_section): When the target uses signed
1088 addresses make sure that we compute signed values.
1089
1090 2009-01-27 Nick Clifton <nickc@redhat.com>
1091
1092 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
1093 maintainers.
1094
1095 2009-01-26 Nick Clifton <nickc@redhat.com>
1096
1097 PR 9766
1098 * dlltool.c (xlate): When strip text after the @ sign, look for
1099 the last one not the first one.
1100
1101 2009-01-16 Alan Modra <amodra@bigpond.net.au>
1102
1103 * configure.in (commonbfdlib): Delete.
1104 * configure: Regenerate.
1105
1106 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
1107
1108 Cleanup code related to --identify option.
1109
1110 * dlltool.c (file scope): Removed globals identify_ms,
1111 identify_member_contains_symname_result,
1112 identify_dll_name_list_head, and identify_dll_name_list_tail.
1113 Renamed existing typedef dll_name_list_type to
1114 dll_name_list_node_type.
1115 Added new typedefs dll_name_list_type, symname_search_data_type,
1116 and identify_data_type.
1117 (identify_append_dll_name_to_list): Renamed to...
1118 (dll_name_list_append): ...here. Changed signature to accept list
1119 argument rather than use global.
1120 (identify_count_dll_name_list): Renamed to...
1121 (dll_name_list_count): ...here. Changed signature to accept list
1122 argument rather than use global.
1123 (identify_print_dll_name_list): Renamed to...
1124 (dll_name_list_print): ...here. Changed signature to accept list
1125 argument rather than use global.
1126 (identify_free_dll_name_list): Renamed to...
1127 (dll_name_list_free_contents): ...here.
1128 (dll_name_list_free): New function.
1129 (dll_name_list_create): New function.
1130 (identify_process_section_p): Changed signature to accept
1131 ms_style_implib argument rather than use global.
1132 (identify_member_contains_symname): Expect incoming void * data to
1133 be symname_search_data_type.
1134 (identify_dll_for_implib): Use new functions dll_name_list_create
1135 and dll_name_list_free. Use new types symname_search_data_type
1136 and identify_data_type to communicate with search routines.
1137 (identify_search_section): Expect incoming void * data to be
1138 identify_data_type. Use its contents rather than global
1139 variables.
1140
1141 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
1142
1143 Add --identify-strict option. Handle ms-style implibs:
1144
1145 * dlltool.c (file scope): Added new globals identify_ms and
1146 identify_strict. New typedef dll_name_list_type, and globals
1147 identify_dll_name_list_head and identify_dll_name_list_tail. Added
1148 new global identify_member_contains_symname_result.
1149 (identify_append_dll_name_to_list): New function.
1150 (identify_count_dll_name_list): New function.
1151 (identify_print_dll_name_list): New function.
1152 (identify_free_dll_name_list): New function.
1153 (identify_search_archive): Changed signature to take function
1154 pointer to operation to apply to each member, and data to pass on
1155 to that function.
1156 (identify_search_member): Changed signature to accept user data
1157 from caller.
1158 (identify_member_contains_symname): New function.
1159 (identify_dll_for_implib): Rewrite. Now determines whether implib
1160 is ms- or binutils- style, before searching sections for
1161 dllname. Allows multiple dllnames.
1162 (identify_process_section_p): Search alternate section for dllname
1163 when implib is ms-style.
1164 (identify_search_section): Add additional conditions to excludes
1165 candidate sections from consideration.
1166 (usage): Added --identify-strict.
1167 (long_options): Added --identify-strict.
1168 (main): Handle --identify-strict option.
1169 * doc/binutils.texi: Document --identify-strict option.
1170 * NEWS: Document --identify and --identify-strict options.
1171
1172 2009-01-13 Alan Modra <amodra@bigpond.net.au>
1173
1174 PR 7034
1175 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
1176
1177 2009-01-13 Alan Modra <amodra@bigpond.net.au>
1178
1179 * objdump.c (disassemble_section): Don't assume non-instruction
1180 data if object symbol at given address is in different section.
1181
1182 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
1183
1184 * dlltool.c (create_for_pep): New.
1185 (flush_page): Use create_for_pep instead of using
1186 macro DLLTOOL_MX86_64 clause.
1187 (generate_idata_ofile): Likewise.
1188 (make_one_lib_file): Likewise.
1189 (make_head): Likewise.
1190 (make_tail): Likewise.
1191 (main): Initialize create_for_pep.
1192
1193 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
1194
1195 * dlltool.c (use_nul_prefixed_import_tables): New.
1196 (make_head): Make prefix leading zero prefix element for
1197 idata$4 and idata$5 dependent to new flag.
1198 (usage): Add new option --use-nul-prefixed-import-tables.
1199 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
1200 (long_options): Add --use-nul-prefixed-import-tables.
1201 (main): Likewise.
1202 * doc/binutils.texi: Add new option documentation for
1203 --use-nul-prefixed-import-tables.
1204 * NEWS: Add new option.
1205
1206 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
1207
1208 * windres.c (set_endianess): Get architecture name
1209 for internal target names like "pe-arm-wince-little".
1210 (find_arch_match): New helper.
1211 * ChangeLog: Reset it.
1212 * ChangeLog-2008: Moved old ChangeLog.
1213
1214 For older changes see ChangeLog-2008
1215 \f
1216 Local Variables:
1217 mode: change-log
1218 left-margin: 8
1219 fill-column: 74
1220 version-control: never
1221 End: