* dwarf.c (frame_display_row, display_debug_frames): Handle
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2006-03-03 Jakub Jelinek <jakub@redhat.com>
2
3 * dwarf.c (frame_display_row, display_debug_frames): Handle
4 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
5
6 2006-02-28 Nick Clifton <nickc@redhat.com>
7
8 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
9 (copy_object): If bfd_alt_mach_code fails emit a more helpful
10 message and if the target architecture is ELF use the alternative
11 as replacement value for the e_machine number.
12 (copy_main): Use strtoul to parse the number provided with the
13 --alt-mach-code switch.
14 * doc/binutils.texi (--alt-mach-code): Document that this switch
15 can now set the absolute e_machine value.
16
17 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
18
19 * po/Make-in: Add html target.
20
21 2006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
22
23 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
24
25 2006-02-14 Jakub Jelinek <jakub@redhat.com>
26
27 * config.in: Rebuilt.
28
29 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
30
31 PR binutils/2258
32 * readelf.c (process_program_headers): Use
33 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
34
35 2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
36
37 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
38 * configure: Regenerate.
39 * objdump.c (fprintf): Remove declaration.
40 * bucomm.h (fprintf): Declare if not already declared.
41 (snprintf): Likewise.
42 (vsnprintf): Likewise.
43
44 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
45
46 * readelf.c (process_program_headers): Match PT_TLS segment
47 only with SHT_TLS sections.
48
49 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
50
51 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
52
53 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
54
55 * readelf.c (process_program_headers): Undo the last change.
56
57 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
58
59 * readelf.c (process_program_headers): Undo the change made on
60 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
61 sections.
62
63 2006-01-30 Nick Clifton <nickc@redhat.com>
64
65 * objcopy.c (copy_object): Catch the case where an attempt is made
66 to add a section that already exists and produce a more helpful
67 warning message.
68
69 2006-01-26 Nick Clifton <nickc@redhat.com>
70
71 * po/vi.po: New Vietnamese translation.
72 * configure.in (ALL_LINGUAS): Add vi.
73 * configure: Regenerate.
74
75 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
76
77 Introduce TLS descriptors for i386 and x86_64.
78 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
79 DT_TLSDESC_PLT.
80
81 2006-01-18 Nick Clifton <nickc@redhat.com>
82
83 PR binutils/1391
84 * objcopy.c (copy_object): For PE format targets set the VMA of a
85 newly created gnu_debuglink section to a non-zero, aligned,
86 contiguous value.
87 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
88 * Makefile.in: Regenerate.
89
90 2006-01-17 Andreas Schwab <schwab@suse.de>
91
92 PR binutils/1486
93 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
94 * configure: Regenerate.
95 * objdump.c (struct objdump_disasm_info): Don't check for
96 DISASSEMBLER_NEEDS_RELOCS.
97 (objdump_print_addr): Likewise.
98 (disassemble_bytes): Check disassembler_needs_relocs from
99 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
100 at compile-time.
101 (disassemble_section): Likewise.
102 (disassemble_data): Initialize it.
103
104 2006-01-11 Alan Modra <amodra@bigpond.net.au>
105
106 * objcopy.c (copy_object): Fix thinko.
107
108 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
109
110 2006-01-09 Mike Frysinger <vapier@gentoo.org>:
111
112 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
113 (get_machine_name): Likewise.
114
115 For older changes see ChangeLog-2005
116 \f
117 Local Variables:
118 mode: change-log
119 left-margin: 8
120 fill-column: 74
121 version-control: never
122 End:
This page took 0.032892 seconds and 5 git commands to generate.