* objdump.c (find_symbol_for_address): Avoid costly call to
[platform/upstream/binutils.git] / binutils / ChangeLog
1 2009-08-24  Cary Coutant  <ccoutant@google.com>
2
3         * objdump.c (find_symbol_for_address): Avoid costly call to
4         bfd_octets_per_byte.
5
6 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7
8         * Makefile.am (am__skiplex, am__skipyacc): New.
9         * Makefile.in: Regenerate.
10
11 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12
13         * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
14         * Makefile.in: Regenerate.
15
16 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17
18         * Makefile.am (AM_CPPFLAGS): Renamed from ...
19         (INCLUDES): ... this.
20         (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
21         (installcheck-local): Renamed from ...
22         (installcheck): ... this.
23         * Makefile.in: Regenerate.
24
25         * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
26         foreign.
27         (MKDEP, CLEANFILES): Remove now-unneeded variables.
28         (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
29         (mkdep section): Remove.
30         (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
31         (EXTRA_ar_SOURCES): New, list $(CFILES).
32         (syslex.o): Depend on syslex.c.
33         (sysinfo.o): Depend on sysinfo.c.
34         (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
35         Remove dependencies, now tracked by automake.
36         (srconv.o): Depend on sysroff.c.
37         (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
38         (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
39         (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
40         tracking rules; only list the dependency upon the primary source
41         file, but no included headers.
42         * Makefile.in: Regenerate.
43
44         * Makefile.am (install-pdf, install-pdf-recursive, install-html)
45         (install-html-recursive): Remove.
46         * Makefile.in: Regenerate.
47         * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
48         (html__strip_dir, install-html, install-html-am): Remove.
49         * doc/Makefile.in: Regenerate.
50
51         * Makefile.in: Regenerate.
52         * aclocal.m4: Likewise.
53         * config.in: Likewise.
54         * configure: Likewise.
55         * doc/Makefile.in: Likewise.
56
57 2009-08-17  Nick Clifton  <nickc@redhat.com>
58
59         * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
60         32-bit absolute reloc for the purposes of processing debug
61         sections.
62
63 2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
64
65         * readelf.c (get_arm_section_type_name): Added support for
66         new sections headers.
67
68 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
69
70         PR binutils/10364
71         * objcopy.c (strip_main): Check return from smart_rename.
72         (copy_main): Likewise.
73
74 2009-07-27  Nick Clifton  <nickc@redhat.com>
75
76         PR 10413
77         * objdump.c (dump_section_header): Skip sections that we are
78         ignoring.
79
80 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
81
82         * readelf.c (guess_is_rela): Handle EM_L1OM.
83         (dump_relocations): Likewise.
84         (get_machine_name): Likewise.
85         (get_section_type_name): Likewise.
86         (get_elf_section_flags): Likewise.
87         (get_symbol_index_type): Likewise.
88         (is_32bit_abs_reloc): Likewise.
89         (is_32bit_pcrel_reloc): Likewise.
90         (is_64bit_abs_reloc): Likewise.
91         (is_64bit_pcrel_reloc): Likewise.
92         (is_none_reloc): Likewise.
93
94 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
95
96         * readelf.c (get_symbol_binding): For Linux targeted files return
97         UNIQUE for symbols with the STB_GNU_UNIQUE binding.
98         * doc/binutils.texi: Document the meaning of the 'u' symbol
99         binding in the output of nm and objdump --syms.
100
101 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
102
103         * NEWS: Mention --insn-width.
104
105         * objdump.c (insn_width): New.
106         (usage): Display --insn-width.
107         (option_values): Add OPTION_INSN_WIDTH.
108         (long_options): Add --insn-width.
109         (disassemble_bytes): Handle insn_width.
110         (main): Handle OPTION_INSN_WIDTH.
111
112         * doc/binutils.texi: Document --insn-width.
113
114 2009-07-17  Nick Clifton  <nickc@redhat.com>
115
116         * dwarf.c (display_debug_lines): If do_debug_lines has not been
117         set then default to displaying raw .debug_line section contents.
118
119 2009-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
120
121         Support unordered .debug_info references to .debug_ranges.
122         * dwarf.c (struct range_entry, range_entry_compar): New.
123         (display_debug_ranges): Remove variables last_offset, first, j,
124         seen_first_offset, use_debug_info and next.  New variables
125         range_entries and range_entry_fill.  Create the sorted copy
126         range_entries.  Remove the FIXME error on detected unordered references.
127         * dwarf.h (debug_info <range_lists>): New comment.
128
129 2009-07-14  Nick Clifton  <nickc@redhat.com>
130
131         PR 10380
132         * README: Document use of LDFLAGS="--static".
133
134 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
135
136         * Makefile.am: Run "make dep-am".
137         * Makefile.in: Regenerated.
138
139 2009-07-10  Tom Tromey  <tromey@redhat.com>
140
141         * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
142         * Makefile.in: Rebuild.
143         * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
144
145 2009-07-06  Tristan Gingold  <gingold@adacore.com>
146
147         * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
148         sections.
149         * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
150         * dwarf.c (debug_displays): Adjust for removed field.
151
152 2009-07-03  Jakub Jelinek  <jakub@redhat.com>
153
154         * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
155         and DW_OP_implicit_value.
156
157 2009-07-01  Nick Clifton  <nickc@redhat.com>
158
159         PR 6714
160         * rclex.c (handle_quotes): Do not complain about whitespace
161         separating quoted strings.
162         (rclex_string): Ignore whitespace when looking for a new opening
163         quote following a closing quote.
164
165 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
166
167         PR binutils/10321
168         * bucomm.c (get_file_size): Return -1 on error.
169
170         * objcopy.c (copy_file): Report empty file.
171
172 2009-06-23  Nick Clifton  <nickc@redhat.com>
173
174         * dwarf.c (display_debug_lines_raw): Include the name of the
175         section in warning message.
176         (struct debug_display): Enable reloc processing for .debug_line
177         and .debug_ranges sections.
178
179         * readelf.c: Add --relocated-dump command line option to dump the
180         relocated contents of a specified section.
181         (request_dump): New function.
182         (parse_args): Use it.
183         (dump_section_as_bytes): Add parameter to indicate whether the
184         contents should be relocated.
185         (target_specific_reloc_handling): Add code for a R_MN10300_16
186         reloc found after a R_MN10300_SYM_DIFF reloc.
187         (debug_apply_relocations): Rename to apply_relocations.
188         (get_section_contents): New function.  Replaces common code found
189         in dump_section_as_strings and dump_section_as_bytes.
190         * doc/binutils.texi: Document new command line option.
191         * NEWS: Mention the new feature.
192
193 2009-06-22  Nick Clifton  <nickc@redhat.com>
194
195         * readelf.c (target_specific_reloc_handling): New function:
196         Processes relocs in a target specific manner.
197         (debug_apply_relocations): Use the new function.
198         * dwarf.c (display_debug_loc): End the dump with a blank line.
199         (struct debug_display): Enable reloc processing for .debug_aranges
200         and .debug_loc sections.
201
202 2009-06-19  Nick Clifton  <nickc@redhat.com>
203
204         * ar.c (usage): Do not use #ifdef inside _("...).
205         * nm.c (usage): Likewise.
206
207 2009-06-18  Nick Clifton  <nickc@redhat.com>
208
209         PR 10288
210         * objdump.c (disassemble_bytes): Set the
211         USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
212         if the user has invoked the -m switch.
213         * doc/binutils.texi: Document the additional behaviour of
214         objdump's -m switch for ARM targets.
215
216 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
217
218         * configure.in: Merge cegcc and mingw32ce target name changes from
219         CeGCC project.
220
221 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
222
223         * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
224         * configure: Regenerate.
225
226 2009-06-15  Nick Clifton  <nickc@redhat.com>
227
228         PR 10263
229         * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
230         the flags field of the disassemble_info structure if the -D switch
231         is in operation.
232
233 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
234
235         * NEWS: Mention new feature added to gprof.
236
237 2009-06-12  John Reiser  <jreiser@BitWagon.com>
238
239         * readelf.c (process_symbol_table): Set gnubuckets to NULL after
240         freeing it and before returning.
241
242 2009-06-12  Jakub Jelinek  <jakub@redhat.com>
243
244         * readelf.c (process_symbol_table): Don't return early if
245         .hash/.gnu.hash is empty/unusable and not -D.
246
247 2009-06-09  Tom Bramer  <tjb@postpro.net>
248
249         PR 10165
250         * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
251         to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
252
253 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
254
255         * strings.c (main): Delay parsing of decimal digits.
256
257 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
258
259         * dep-in.sed: Don't use \n in replacement part of s command.
260         * Makefile.am (DEP1): LC_ALL for uniq.
261         Run "make dep-am".
262         * Makefile.in: Regenerate.
263
264 2009-06-03  Tristan Gingold  <gingold@adacore.com>
265
266         * MAINTAINERS: Add myself as Mach-O maintainer.
267
268 2009-06-01  Alan Modra  <amodra@bigpond.net.au>
269
270         PR 10199
271         * doc/binutils.texi (nm): Correct -S description.
272
273 2009-05-28  Nick Clifton  <nickc@redhat.com>
274
275         * po/da.po: Updated Danish translation.
276
277 2009-05-28  Nick Clifton  <nickc@redhat.com>
278
279         * readelf.c (display_debug_section): Do not display debug sections
280         with the NOBITS section type.
281
282 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
283
284         * aclocal.m4: Include ../config/plugins.m4.
285         * configure.in: Use AC_PLUGINS.
286         * configure: Regenerate.
287         * Makefile.in: Regenerate.
288         * doc/Makefile.in: Regenerate.
289
290 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
291
292         * ar.c (main): Call bfd_plugin_set_program_name.
293         * nm.c (main): Call bfd_plugin_set_program_name.
294
295 2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
296
297         * sysdump.c (tab): Use puts rather than two printfs.
298
299 2009-05-26  Nick Clifton  <nickc@redhat.com>
300
301         * po/id.po: Updated Indonesian translation.
302         * po/binutils.pot: Updated template file.
303
304 2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
305
306         * ar.c: Include plugin.h.
307         (main): Handle the --plugin option.
308         * nm.c: Include plugin.h.
309         (OPTION_PLUGIN): New.
310         (long_options): Add plugin.
311         (main): Handle OPTION_PLUGIN.
312         * NEWS: Mention  the new feature.
313         * doc/binutils: Documement the new command line options.
314         * configure.in: Check for --enable-plugins.
315         * configure: Regenerate.
316
317 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
318
319         * dep-in.sed: Output one filename per line with all lines having
320         continuation backslash.  Prefix first line with "A", following
321         lines with "B".
322         * Makefile.am (DEP): Don't use dep.sed here.
323         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
324         sort and uniq.
325         * Makefile.in: Regenerate.
326
327 2009-05-25  Tristan Gingold  <gingold@adacore.com>
328
329         * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
330
331         * configure.com: Fix it: handle alloca and define TARGET in config.h.
332
333 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
334
335         * Makefile.am: Run "make dep-am".
336         * Makefile.in: Regenerate.
337
338 2009-05-12  Alan Modra  <amodra@bigpond.net.au>
339
340         * objcopy.c (set_long_section_mode): Check input_bfd is coff
341         before accessing coff specific fields of bfd.
342
343 2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
344
345         * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
346
347 2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
348
349         * winduni.c (iconv_onechar): Only define when HAVE_ICONV
350         is defined, but not when __CYGWIN__ or _WIN32 are defined.
351         See wind_iconv_cp for call logic of this local funtion.
352
353 2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
354
355         PR 10109
356         * winduni.c: Replace test of HAVE_ICONV_H with a test of
357         HAVE_ICONV.
358         (iconv_onechar): Use ICONV_CONST instead of "const".
359         (wind_MultiByteToWideChar): Initialise local strings.
360
361 2009-04-30  Nick Clifton  <nickc@redhat.com>
362
363         * readelf.c (dump_relocations): Display a relocation against an
364         ifunc symbol as if it were a function invocation.
365         (get_symbol_type): Handle STT_GNU_IFUNC.
366
367 2009-04-29  Anthony Green  <green@moxielogic.com>
368
369         * NEWS: Tweak verilog support description.
370
371 2009-04-29  Alan Modra  <amodra@bigpond.net.au>
372             Denis Scherbakov <denis_scherbakov@yahoo.com>
373
374         * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
375         read, and merge with 32-bit case.
376
377 2009-04-27  Anthony Green  <green@moxielogic.com>
378
379         * NEWS: Mention verilog support added to bfd.
380
381 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
382
383         * objcopy.c (copy_object): Copy pe_opthdr before changing PE
384         parameters.
385
386 2009-04-24  Cary Coutant  <ccoutant@google.com>
387
388         * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
389         Add missing newlines to HP extensions.
390
391 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
392
393         * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
394         * doc/binutils.texi: Likewise.
395
396 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
397
398         PR binutils/10074
399         * objcopy.c: Include coff/i386.h and coff/pe.h.
400         (pe_file_alignment): New.
401         (pe_heap_commit): Likewise.
402         (pe_heap_reserve): Likewise.
403         (pe_image_base): Likewise.
404         (pe_section_alignment): Likewise.
405         (pe_stack_commit): Likewise.
406         (pe_stack_reserve): Likewise.
407         (pe_subsystem): Likewise.
408         (pe_major_subsystem_version): Likewise.
409         (pe_minor_subsystem_version): Likewise.
410         (set_pe_subsystem): Likewise.
411         (convert_efi_target): Likewise.
412         (command_line_switch): Add OPTION_FILE_ALIGNMENT,
413         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
414         OPTION_STACK and OPTION_SUBSYSTEM.
415         (copy_options): Likewise.
416         (copy_usage): Add --file-alignment, --heap, --image-base,
417         --section-alignment, --stack and --subsystem.
418         (copy_object): Set up PE parameters.
419         (copy_main): Process Add OPTION_FILE_ALIGNMENT,
420         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
421         OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
422         PEI target.
423
424         * NEWS: Mention --file-alignment, --heap, --image-base,
425         --section-alignment, --stack and --subsystem command line
426         options for objcopy.
427
428         * doc/binutils.texi: Document --file-alignment, --heap,
429         --image-base, --section-alignment, --stack and --subsystem
430         command line options for objcopy.
431
432 2009-04-15  Anthony Green  <green@moxielogic.com>
433
434         * MAINTAINERS: Add myself as Moxie port maintainer.
435
436 2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
437
438         * objcopy.c (enum long_section_name_handling):  New enum type.
439         (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
440         (copy_options[]):  Add entry for --long-section-names option.
441         (copy_usage):  Document it.
442         (set_long_section_mode):  New subroutine.
443         (copy_file):  Call it.
444         (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
445         * doc/binutils.texi:  Update objcopy documentation with details
446         of new option.
447
448 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
449
450         * dlltool.c (set_dll_name_from_def):  Accept new second arg that
451         indicates if we are building DLL or EXE, and use it to add a
452         default suffix to the output filename when none is already present.
453         (def_name):  Indicate we are building an EXE when calling it.
454         (def_library):  Indicate we are building a DLL when calling it.
455
456 2009-04-01  Jari Aalto  <jari.aalto@cante.net>
457
458         PR 9972
459         * doc/binutils.texi (strings): Document the -V alias for the
460         --version option.
461         * strings.c (usage): Likewise.
462
463 2009-03-31  Nick Clifton  <nickc@redhat.com>
464
465         PR 9992
466         * configure.in: Import Solaris specific largefile test from
467         bfd/configure.in.
468         * configure: Regenerate.
469
470 2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
471
472         * MAINTAINERS: Add self.
473
474 2009-03-27  Nick Clifton  <nickc@redhat.com>
475
476         * dwarf.c (display_debug_ranges): Add the base address to the
477         displayed values for 'Begin' and 'End'. 
478
479 2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
480
481         * readelf.c (process_file_header): Don't report a corrupt string
482         table index if it is zero.
483
484 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
485
486         * dwarf.c (dwarf_regnames): Moved before frame_need_space.
487         (dwarf_regnames_count): Likewise.
488         (frame_need_space): Return int.
489         (display_debug_frames): Check invalid registers.
490
491 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
492
493         * readelf.c (debug_apply_relocations): Check relocations
494         against STT_SECTION symbol.
495
496 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
497
498         * readelf.c (debug_apply_relocations): Allow relocations
499         against function symbols.
500
501 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
502
503         * sysdep.h: Include alloca-conf.h instead of config.h and remove
504         existing #if's handling alloca.
505         * Makefile.am: Run "make dep-am".
506         * Makefile.in: Regenerate.
507
508 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
509
510         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
511         * configure.in: Likewise.
512         * configure: Regenerate.
513
514 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
515
516         PR binutils/9945
517         * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
518
519 2009-03-11  Chris Demetriou  <cgd@google.com>
520
521         * ar.c (deterministic): New global variable.
522         (main): Recognize new 'D' option, which enables 'deterministic mode'.
523         (usage): Document new 'D' option.
524         (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
525         flags if deterministic mode was requested.
526         * doc/binutils.texi (ar): Document deterministic mode ('D' option).
527
528 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
529
530         PR binutils/9933
531         * objcopy.c (filter_symbols): Properly handle common symbols
532         in relocatable file.
533
534 2009-03-06  Nick Clifton  <nickc@redhat.com>
535
536         * po/es.po: Updated Spanish translation.
537
538 2009-03-05  Nick Clifton  <nickc@redhat.com>
539
540         * objdump.c (disassemble_section): If the computed next offset is
541         not beyond the current offset then just continue to the end.
542
543 2009-03-04  Tristan Gingold  <gingold@adacore.com>
544
545         * MAINTAINERS: Add myself as VMS maintainer.
546
547 2009-03-03  Nick Clifton  <nickc@redhat.com>
548
549         * readelf.c: Update formatting.
550
551 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
552
553         * Makefile.am: Run "make dep-am".
554         * Makefile.in: Regenerate.
555
556 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
557
558         * objdump.c (disassemble_section): Mask address before sign extending.
559
560 2009-03-02  Sebastian Biallas  <sb@biallas.net>
561
562         * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
563         (parse_ieee_bb): Set the filename if it has not already been
564         discovered.
565
566 2009-03-02  Cary Coutant  <ccoutant@google.com>
567
568         * readelf.c (adjust_relative_path): New function.
569         (struct archive_info): New type.
570         (setup_archive): New function.
571         (release_archive): New function.
572         (setup_nested_archive): New function.
573         (get_archive_member_name): New function.
574         (get_archive_member_name_at): New function.
575         (make_qualified_name): New function.
576         (process_archive): Factor out code for reading archive index and
577         long filename table to setup_archive.  Add support for thin archives.
578
579 2009-03-02  Nick Clifton  <nickc@redhat.com>
580
581         * po/sk.po: Updated Slovak translation.
582
583 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
584
585         * configure: Regenerate.
586
587 2009-02-23  Cary Coutant <ccoutant@google.com>
588
589         * objdump.c (load_specific_debug_section): New function, from
590         load_debug_section.
591         (load_debug_section): Use load_specific_debug_section.
592         (dump_dwarf_section): Likewise.
593
594 2009-02-23  Cary Coutant <ccoutant@google.com>
595
596         * readelf.c (parse_args): Select all sections explicitly for -w.
597
598 2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
599
600         * windres.c (set_endianess): Copy name without leading '-'.
601
602 2009-02-09  Tristan Gingold  <gingold@adacore.com>
603
604         * NEWS: Mention feature match between objdump and readelf for dumping
605         dwarf info.
606
607         * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
608         objdump.
609
610         * objdump.c (usage): Update documentation for -W/--dwarf.
611         (enum option_values): Add OPTION_DWARF.
612         (long_options): --dwarf can accept arguments.
613         (dump_dwarf_section): Also check enabled field.
614         (main): Option -W can accept arguments, code moved to
615         dwarf.c and call dwarf_select_sections_all instead.
616         * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
617         (parse_args): Move code to...
618         * dwarf.c (dwarf_select_sections_by_letters,
619         dwarf_select_sections_by_names): : ...here (new functions).
620         (do_debug_lines_decoded): Remove and replaced by ...
621         (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
622         (display_debug_lines): Adjust for previous change.
623         (dwarf_select_sections_all): New function.
624         (debug_displays): Add initializer for enabled field.
625         * dwarf.h (do_debug_lines_decoded): Remove.
626         Add prototypes for the new functions.
627         (struct dwarf_section_display): Add enabled field.
628
629 2009-02-06  Nick Clifton  <nickc@redhat.com>
630
631         * po/vi.po: Updated Vietnamese translation.
632
633 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
634
635         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
636
637 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
638
639         * NEWS: Move --as-needed change to ...
640         * ../ld/NEWS: Here.
641
642 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
643
644         * configure.in: AC_SUBST pdfdir.
645         * Makefile.am: Add install-pdf, install-pdf-am,
646         and install-pdf-recursive targets.
647         * doc/Makefile.am: Define pdf__strip_dir. Add
648         install-pdf and install-pdf-am targets.
649         * po/Make-in: Add install-pdf target.
650         * configure: Regenerate.
651         * Makefile.in: Regenerate.
652         * doc/Makefile.in: Regenerate.
653
654 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
655
656         PR binutils/9784
657         * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
658
659         * doc/binutils.texi: Document --prefix=PREFIX and
660         --prefix-strip=LEVEL.
661
662         * objdump.c: Include "filenames.h".
663         (prefix): New.
664         (prefix_strip): Likewise.
665         (prefix_length): Likewise.
666         (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
667         (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
668         (long_options): Likewise.
669         (show_line): Handle prefix and prefix_strip.
670         (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
671
672         * readelf.c (PATH_MAX): Moved to ...
673         * sysdep.h: Here.
674
675 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
676
677         * NEWS: Mention --as-needed change.
678
679 2009-01-29  Alan Modra  <amodra@bigpond.net.au>
680
681         PR 9798
682         * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
683         (bfd_get_archive_filename): Constify param.
684         * bucomm.h (bfd_get_archive_filename): Update prototype.
685         * objcopy.c (RETURN_NONFATAL): Delete.
686         (copy_unknown_object): Don't call bfd_get_archive_filename for
687         bfd_nonfatal_message filename, instead just pass bfd.
688         (copy_object): Likewise.
689         (copy_archive, copy_file): Likewise.  Expand RETURN_NONFATAL.  On
690         bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
691         (setup_bfd_headers): Fix error message.
692
693 2009-01-27  Nick Clifton  <nickc@redhat.com>
694
695         PR 9774
696         * objdump.c (disassemble_section): When the target uses signed
697         addresses make sure that we compute signed values.
698
699 2009-01-27  Nick Clifton  <nickc@redhat.com>
700
701         * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
702         maintainers.
703
704 2009-01-26  Nick Clifton  <nickc@redhat.com>
705
706         PR 9766
707         * dlltool.c (xlate): When strip text after the @ sign, look for
708         the last one not the first one.
709
710 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
711
712         * configure.in (commonbfdlib): Delete.
713         * configure: Regenerate.
714
715 2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
716
717         Cleanup code related to --identify option.
718
719         * binutils/dlltool.c (file scope): Removed globals identify_ms,
720         identify_member_contains_symname_result,
721         identify_dll_name_list_head, and identify_dll_name_list_tail.
722         Renamed existing typedef dll_name_list_type to
723         dll_name_list_node_type.
724         Added new typedefs dll_name_list_type, symname_search_data_type,
725         and identify_data_type.
726         (identify_append_dll_name_to_list): Renamed to...
727         (dll_name_list_append): ...here.  Changed signature to accept list
728         argument rather than use global.
729         (identify_count_dll_name_list): Renamed to...
730         (dll_name_list_count): ...here.  Changed signature to accept list
731         argument rather than use global.
732         (identify_print_dll_name_list): Renamed to...
733         (dll_name_list_print): ...here.  Changed signature to accept list
734         argument rather than use global.
735         (identify_free_dll_name_list): Renamed to...
736         (dll_name_list_free_contents): ...here.
737         (dll_name_list_free): New function.
738         (dll_name_list_create): New function.
739         (identify_process_section_p): Changed signature to accept
740         ms_style_implib argument rather than use global.
741         (identify_member_contains_symname): Expect incoming void * data to
742         be symname_search_data_type.
743         (identify_dll_for_implib): Use new functions dll_name_list_create
744         and dll_name_list_free.  Use new types symname_search_data_type
745         and identify_data_type to communicate with search routines.
746         (identify_search_section): Expect incoming void * data to be
747         identify_data_type. Use its contents rather than global
748         variables.
749
750 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
751
752         Add --identify-strict option.  Handle ms-style implibs:
753
754         * dlltool.c (file scope): Added new globals identify_ms and
755         identify_strict. New typedef dll_name_list_type, and globals
756         identify_dll_name_list_head and identify_dll_name_list_tail. Added
757         new global identify_member_contains_symname_result.
758         (identify_append_dll_name_to_list): New function.
759         (identify_count_dll_name_list): New function.
760         (identify_print_dll_name_list): New function.
761         (identify_free_dll_name_list): New function.
762         (identify_search_archive): Changed signature to take function
763         pointer to operation to apply to each member, and data to pass on
764         to that function.
765         (identify_search_member): Changed signature to accept user data
766         from caller.
767         (identify_member_contains_symname): New function.
768         (identify_dll_for_implib): Rewrite. Now determines whether implib
769         is ms- or binutils- style, before searching sections for
770         dllname. Allows multiple dllnames.
771         (identify_process_section_p): Search alternate section for dllname
772         when implib is ms-style.
773         (identify_search_section): Add additional conditions to excludes
774         candidate sections from consideration.
775         (usage): Added --identify-strict.
776         (long_options): Added --identify-strict.
777         (main): Handle --identify-strict option.
778         * doc/binutils.texi: Document --identify-strict option.
779         * NEWS: Document --identify and --identify-strict options.
780
781 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
782
783         PR 7034
784         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
785
786 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
787
788         * objdump.c (disassemble_section): Don't assume non-instruction
789         data if object symbol at given address is in different section.
790
791 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
792
793         * dlltool.c (create_for_pep): New.
794         (flush_page): Use create_for_pep instead of using
795         macro DLLTOOL_MX86_64 clause.
796         (generate_idata_ofile): Likewise.
797         (make_one_lib_file): Likewise.
798         (make_head): Likewise.
799         (make_tail): Likewise.
800         (main): Initialize create_for_pep.
801
802 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
803
804         * dlltool.c (use_nul_prefixed_import_tables): New.
805         (make_head): Make prefix leading zero prefix element for
806         idata$4 and idata$5 dependent to new flag.
807         (usage): Add new option  --use-nul-prefixed-import-tables.
808         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
809         (long_options): Add --use-nul-prefixed-import-tables.
810         (main): Likewise.
811         * doc/binutils.texi: Add new option documentation for
812         --use-nul-prefixed-import-tables.
813         * NEWS: Add new option.
814
815 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
816
817         * windres.c (set_endianess): Get architecture name
818         for internal target names like "pe-arm-wince-little".
819         (find_arch_match): New helper.
820         * ChangeLog: Reset it.
821         * ChangeLog-2008: Moved old ChangeLog.
822
823 For older changes see ChangeLog-2008
824 \f
825 Local Variables:
826 mode: change-log
827 left-margin: 8
828 fill-column: 74
829 version-control: never
830 End: