include:
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
44ec90b9
RO
12010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
4
0b6ae522
DJ
52010-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
92fc7b4f
JZ
212010-02-26 Jie Zhang <jie@codesourcery.com>
22
23 * MAINTAINERS: Update my email address.
24
826fec2f
NC
252010-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
220453ec
AM
312010-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
cd21e546
MGD
372010-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
ab7875de
NC
452010-02-15 Nick Clifton <nickc@redhat.com>
46
47 * po/vi.po: Updated Vietnamese translation.
48
d7eeb400
MS
492010-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
d80e8de2
JB
542010-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
bb7c70ed
NC
592010-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
4339cae0
L
642010-02-02 H.J. Lu <hongjiu.lu@intel.com>
65
66 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
67
0930eddd
NS
682010-02-01 Nathan Sidwell <nathan@codesourcery.com>
69
70 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
71 sections.
72
70ecb384
NC
732010-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
571f7b5e
TG
842010-01-26 Tristan Gingold <gingold@adacore.com>
85
86 * Makefile.am (bin2c): Add libintl dependance and library.
87 * Makefile.in: Regenerate.
88
55786da2 892010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 90
55786da2
AK
91 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
92
500ee42e
ILT
932010-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
2046a35d
AM
982010-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
60a0e0e7
TG
1032010-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
fd3a6816
TG
1082010-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
6cdb8d82
TG
1142010-01-12 Tristan Gingold <gingold@adacore.com>
115
116 * makefile.vms (CFLAGS): Turns warnings into informational messages.
117
2c610e4b
L
1182010-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.
2c610e4b
L
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
20703056
NC
1352010-01-11 Nick Clifton <nickc@redhat.com>
136
d2420a8c
NC
137 * NEWS: Mention addition of elfedit.
138
20703056
NC
139 * po/fi.po: Updated Finnish translation.
140
3725885a
RW
1412010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
142
143 * Makefile.in: Regenerate.
144 * configure: Regenerate.
145 * doc/Makefile.in: Regenerate.
146
5256a5b0
L
1472010-01-08 H.J. Lu <hongjiu.lu@intel.com>
148
149 * version.c (print_version): Change to "Copyright 2010".
150
dd35de74
L
1512010-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
c7a795f8
L
1672010-01-08 H.J. Lu <hongjiu.lu@intel.com>
168
169 * doc/binutils.texi: Fix a typo.
170
2dc654c3
L
1712010-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
2ad0e9f1
TG
1762010-01-08 Tristan Gingold <gingold@adacore.com>
177
178 * ar.c: Remove bfd_special_undocumented_glue prototype.
179
71a72a84
L
1802010-01-07 H.J. Lu <hongjiu.lu@intel.com>
181
182 * elfedit.c (update_elf_header): Reformat.
183
3f08eb35
L
1842010-01-07 H.J. Lu <hongjiu.lu@intel.com>
185
186 * readelf.c (usage): Fix indent for --symbols.
187
ed22650e
L
1882010-01-07 H.J. Lu <hongjiu.lu@intel.com>
189
190 * doc/binutils.texi: Replace -histogram with --histogram.
191
30fd33bb
L
1922010-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
d2ca6b5b
TG
2112010-01-06 Tristan Gingold <gingold@adacore.com>
212
213 * nm.c (usage): Remove extra blanks.
d2ca6b5b 214
a0f19280
L
2152010-01-04 H.J. Lu <hongjiu.lu@intel.com>
216
217 * objcopy.c: Update copyright.
218 * readelf.c: Likewise.
219
c1e2cb9d
L
2202010-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
c975cc98
NC
2262010-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
619c8a7d
NC
2332010-01-04 Nick Clifton <nickc@redhat.com>
234
a0f19280 235 * po/ru.po: Updated Russian translation.
a6da20b5 236
43ecc30f 237For older changes see ChangeLog-2009
252b5132
RH
238\f
239Local Variables:
240mode: change-log
241left-margin: 8
242fill-column: 74
243version-control: never
244End:
This page took 0.555423 seconds and 4 git commands to generate.