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