* MAINTAINERS: Update my email address. List Tristan Gingold
[binutils-gdb.git] / binutils / ChangeLog
1 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * MAINTAINERS: Update my email address. List Tristan Gingold
4 as the release branch maintainer.
5
6 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7
8 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
9
10 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
11
12 * NEWS: Document .ARM.exidx / .ARM.extab support.
13
14 * dwarf.c (read_leb128): Make non-static.
15 * dwarf.h (read_leb128): Declare.
16 * readelf.c (REMOVE_ARCH_BITS): Define.
17 (find_section_by_address): New.
18 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
19 (find_symbol_for_address): Handle the Thumb bit for ARM, by
20 using REMOVE_ARCH_BITS.
21 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
22 (arm_free_section, arm_section_get_word, decode_arm_unwind)
23 (dump_arm_unwind, arm_process_unwind): New.
24 (process_unwind): Handle ARM.
25
26 2010-02-26 Jie Zhang <jie@codesourcery.com>
27
28 * MAINTAINERS: Update my email address.
29
30 2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
31
32 PR binutils/11298
33 * doc/binutils.texi (windmc): Fix synopsis and description of
34 ASCII options.
35
36 2010-02-19 Alan Modra <amodra@gmail.com>
37
38 * readelf.c (get_group_flags): Return empty string when flags zero.
39 Add space in other returned values.
40 (process_section_groups): Adjust format string.
41
42 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
43
44 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
45 newly permitted attribute values.
46 (arm_attr_tag_Virtualization_use): Likewise.
47 (arm_attr_tag_DIV_use): Add description of new attribute.
48 (arm_attr_tag_MPextension_use_legacy): Likewise.
49
50 2010-02-15 Nick Clifton <nickc@redhat.com>
51
52 * po/vi.po: Updated Vietnamese translation.
53
54 2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
55
56 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
57 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
58
59 2010-02-08 Jim Blandy <jimb@red-bean.com>
60
61 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
62 'z' augmentation strings.
63
64 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
65
66 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
67 a new address, so as not to reuse a previous, non-related reloc.
68
69 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
70
71 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
72
73 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
74
75 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
76 sections.
77
78 2010-01-28 Nick Clifton <nickc@redhat.com>
79
80 PR 11225
81 * objdump.c (only): Replace with linked list.
82 (only_size, only_used): Replace with only_list.
83 (process_section_p): Set seen field on matches sections.
84 (add_only): New function.
85 (free_only_list): New function.
86 (disassemble_section): Check only_list.
87 (main): Use add_only and free_only_list.
88
89 2010-01-26 Tristan Gingold <gingold@adacore.com>
90
91 * Makefile.am (bin2c): Add libintl dependance and library.
92 * Makefile.in: Regenerate.
93
94 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
95
96 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
97
98 2010-01-19 Ian Lance Taylor <iant@google.com>
99
100 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
101 with non-ordinary files like /dev/null.
102
103 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
104 Alan Modra <amodra@gmail.com>
105
106 * readelf.c (process_file_header): Handle e_phnum extension.
107
108 2010-01-14 Tristan Gingold <gingold@adacore.com>
109
110 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
111 and DW_AT_GNAT_descriptive_type.
112
113 2010-01-13 Tristan Gingold <gingold@adacore.com>
114
115 * ar.c (main): Use lbasename.
116 (normalize): Ditto.
117 * objdump.c (update_source_path): Ditto.
118
119 2010-01-12 Tristan Gingold <gingold@adacore.com>
120
121 * makefile.vms (CFLAGS): Turns warnings into informational messages.
122
123 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
124
125 PR ld/11146
126 * NEWS: Mention --dyn-syms for readelf.
127
128 * readelf.c (do_dyn_syms): New.
129 (OPTION_DYN_SYMS): Likewise.
130 (options): Add "dyn-syms".
131 (usage): Add --dyn-syms.
132 (parse_args): Handle OPTION_DYN_SYMS.
133 (process_symbol_table): Handle do_dyn_syms.
134 (process_object): Likewise.
135 (process_archive): Likewise.
136
137 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
138 symbol hash tables for -D.
139
140 2010-01-11 Nick Clifton <nickc@redhat.com>
141
142 * NEWS: Mention addition of elfedit.
143
144 * po/fi.po: Updated Finnish translation.
145
146 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
147
148 * Makefile.in: Regenerate.
149 * configure: Regenerate.
150 * doc/Makefile.in: Regenerate.
151
152 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
153
154 * version.c (print_version): Change to "Copyright 2010".
155
156 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
157
158 * elfedit.c (input_elf_type): New.
159 (output_elf_type): Likewise.
160 (elf_type): Likewise.
161 (update_elf_header): Support updating ELF file type.
162 (command_line_switch): Add OPTION_INPUT_TYPE and
163 OPTION_OUTPUT_TYPE.
164 (options): Likewise.
165 (usage): Add --input-type and --output-type.
166 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
167 one of --output-mach and --output-type must be specified.
168
169 * doc/binutils.texi: Document --input-type and --output-type
170 for elfedit.
171
172 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
173
174 * doc/binutils.texi: Fix a typo.
175
176 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
177
178 * elfedit.c (update_elf_header): Don't change input_elf_class
179 nor input_elf_machine if they are -1.
180
181 2010-01-08 Tristan Gingold <gingold@adacore.com>
182
183 * ar.c: Remove bfd_special_undocumented_glue prototype.
184
185 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
186
187 * elfedit.c (update_elf_header): Reformat.
188
189 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
190
191 * readelf.c (usage): Fix indent for --symbols.
192
193 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
194
195 * doc/binutils.texi: Replace -histogram with --histogram.
196
197 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
198
199 PR binutils/11131
200 * Makefile.am (ELFEDIT_PROG): New.
201 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
202 (CFILES): Add elfedit.c.
203 (elfedit_DEPENDENCIES): New.
204 (elfedit_SOURCES): Likewise.
205 (elfedit_LDADD): Likewise.
206 * Makefile.in: Regenerated.
207
208 * elfedit.c: New.
209
210 * doc/binutils.texi: Document elfedit.
211
212 * doc/Makefile.am (man_MANS): Add elfedit.1.
213 (elfedit.1): New.
214 * doc/Makefile.in: Regenerated.
215
216 2010-01-06 Tristan Gingold <gingold@adacore.com>
217
218 * nm.c (usage): Remove extra blanks.
219
220 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
221
222 * objcopy.c: Update copyright.
223 * readelf.c: Likewise.
224
225 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
226
227 PR binutils/11130
228 * objcopy.c (copy_object): Remove "Warning: " from error
229 message.
230
231 2010-01-04 Nick Clifton <nickc@redhat.com>
232
233 PR 11128
234 * readelf.c (dump_section_as_strings): Use two separate
235 invocations of printf() in order to work around bugs in
236 the Solaris 8 implementation.
237
238 2010-01-04 Nick Clifton <nickc@redhat.com>
239
240 * po/ru.po: Updated Russian translation.
241
242 For older changes see ChangeLog-2009
243 \f
244 Local Variables:
245 mode: change-log
246 left-margin: 8
247 fill-column: 74
248 version-control: never
249 End: