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