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