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