2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ba7f2642
TS
12010-03-25 Thomas Schwinge <thomas@codesourcery.com>
2
3 * doc/binutils.texi (readelf) <unwind information>: Mention support for
4 ARM unwind tables.
5
b115cf96
L
62010-03-18 H.J. Lu <hongjiu.lu@intel.com>
7
8 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
9
8f73510c
AM
102010-03-17 Alan Modra <amodra@gmail.com>
11
12 * readelf.c (dump_arm_unwind): Warning fix.
13
99164030
DJ
142010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
15
16 * MAINTAINERS: Update my email address. List Tristan Gingold
17 as the release branch maintainer.
18
44ec90b9
RO
192010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20
21 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
22
0b6ae522
DJ
232010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
24
25 * NEWS: Document .ARM.exidx / .ARM.extab support.
26
27 * dwarf.c (read_leb128): Make non-static.
28 * dwarf.h (read_leb128): Declare.
29 * readelf.c (REMOVE_ARCH_BITS): Define.
30 (find_section_by_address): New.
31 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
32 (find_symbol_for_address): Handle the Thumb bit for ARM, by
33 using REMOVE_ARCH_BITS.
34 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
35 (arm_free_section, arm_section_get_word, decode_arm_unwind)
36 (dump_arm_unwind, arm_process_unwind): New.
37 (process_unwind): Handle ARM.
38
92fc7b4f
JZ
392010-02-26 Jie Zhang <jie@codesourcery.com>
40
41 * MAINTAINERS: Update my email address.
42
826fec2f
NC
432010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
44
45 PR binutils/11298
46 * doc/binutils.texi (windmc): Fix synopsis and description of
47 ASCII options.
48
220453ec
AM
492010-02-19 Alan Modra <amodra@gmail.com>
50
51 * readelf.c (get_group_flags): Return empty string when flags zero.
52 Add space in other returned values.
53 (process_section_groups): Adjust format string.
54
cd21e546
MGD
552010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
56
57 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
58 newly permitted attribute values.
59 (arm_attr_tag_Virtualization_use): Likewise.
60 (arm_attr_tag_DIV_use): Add description of new attribute.
61 (arm_attr_tag_MPextension_use_legacy): Likewise.
62
ab7875de
NC
632010-02-15 Nick Clifton <nickc@redhat.com>
64
65 * po/vi.po: Updated Vietnamese translation.
66
d7eeb400
MS
672010-02-09 Michael Holzheu <holzheu@de.ibm.com>
68
69 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
70 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
71
d80e8de2
JB
722010-02-08 Jim Blandy <jimb@red-bean.com>
73
74 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
75 'z' augmentation strings.
76
bb7c70ed
NC
772010-02-08 Christophe Lyon <christophe.lyon@st.com>
78
79 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
80 a new address, so as not to reuse a previous, non-related reloc.
81
4339cae0
L
822010-02-02 H.J. Lu <hongjiu.lu@intel.com>
83
84 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
85
0930eddd
NS
862010-02-01 Nathan Sidwell <nathan@codesourcery.com>
87
88 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
89 sections.
90
70ecb384
NC
912010-01-28 Nick Clifton <nickc@redhat.com>
92
93 PR 11225
94 * objdump.c (only): Replace with linked list.
95 (only_size, only_used): Replace with only_list.
96 (process_section_p): Set seen field on matches sections.
97 (add_only): New function.
98 (free_only_list): New function.
99 (disassemble_section): Check only_list.
100 (main): Use add_only and free_only_list.
101
571f7b5e
TG
1022010-01-26 Tristan Gingold <gingold@adacore.com>
103
104 * Makefile.am (bin2c): Add libintl dependance and library.
105 * Makefile.in: Regenerate.
106
55786da2 1072010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 108
55786da2
AK
109 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
110
500ee42e
ILT
1112010-01-19 Ian Lance Taylor <iant@google.com>
112
113 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
114 with non-ordinary files like /dev/null.
115
2046a35d
AM
1162010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
117 Alan Modra <amodra@gmail.com>
118
119 * readelf.c (process_file_header): Handle e_phnum extension.
120
60a0e0e7
TG
1212010-01-14 Tristan Gingold <gingold@adacore.com>
122
123 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
124 and DW_AT_GNAT_descriptive_type.
125
fd3a6816
TG
1262010-01-13 Tristan Gingold <gingold@adacore.com>
127
128 * ar.c (main): Use lbasename.
129 (normalize): Ditto.
130 * objdump.c (update_source_path): Ditto.
131
6cdb8d82
TG
1322010-01-12 Tristan Gingold <gingold@adacore.com>
133
134 * makefile.vms (CFLAGS): Turns warnings into informational messages.
135
2c610e4b
L
1362010-01-11 H.J. Lu <hongjiu.lu@intel.com>
137
138 PR ld/11146
139 * NEWS: Mention --dyn-syms for readelf.
140
141 * readelf.c (do_dyn_syms): New.
2c610e4b
L
142 (OPTION_DYN_SYMS): Likewise.
143 (options): Add "dyn-syms".
144 (usage): Add --dyn-syms.
145 (parse_args): Handle OPTION_DYN_SYMS.
146 (process_symbol_table): Handle do_dyn_syms.
147 (process_object): Likewise.
148 (process_archive): Likewise.
149
150 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
151 symbol hash tables for -D.
152
20703056
NC
1532010-01-11 Nick Clifton <nickc@redhat.com>
154
d2420a8c
NC
155 * NEWS: Mention addition of elfedit.
156
20703056
NC
157 * po/fi.po: Updated Finnish translation.
158
3725885a
RW
1592010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
160
161 * Makefile.in: Regenerate.
162 * configure: Regenerate.
163 * doc/Makefile.in: Regenerate.
164
5256a5b0
L
1652010-01-08 H.J. Lu <hongjiu.lu@intel.com>
166
167 * version.c (print_version): Change to "Copyright 2010".
168
dd35de74
L
1692010-01-08 H.J. Lu <hongjiu.lu@intel.com>
170
171 * elfedit.c (input_elf_type): New.
172 (output_elf_type): Likewise.
173 (elf_type): Likewise.
174 (update_elf_header): Support updating ELF file type.
175 (command_line_switch): Add OPTION_INPUT_TYPE and
176 OPTION_OUTPUT_TYPE.
177 (options): Likewise.
178 (usage): Add --input-type and --output-type.
179 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
180 one of --output-mach and --output-type must be specified.
181
182 * doc/binutils.texi: Document --input-type and --output-type
183 for elfedit.
184
c7a795f8
L
1852010-01-08 H.J. Lu <hongjiu.lu@intel.com>
186
187 * doc/binutils.texi: Fix a typo.
188
2dc654c3
L
1892010-01-08 H.J. Lu <hongjiu.lu@intel.com>
190
191 * elfedit.c (update_elf_header): Don't change input_elf_class
192 nor input_elf_machine if they are -1.
193
2ad0e9f1
TG
1942010-01-08 Tristan Gingold <gingold@adacore.com>
195
196 * ar.c: Remove bfd_special_undocumented_glue prototype.
197
71a72a84
L
1982010-01-07 H.J. Lu <hongjiu.lu@intel.com>
199
200 * elfedit.c (update_elf_header): Reformat.
201
3f08eb35
L
2022010-01-07 H.J. Lu <hongjiu.lu@intel.com>
203
204 * readelf.c (usage): Fix indent for --symbols.
205
ed22650e
L
2062010-01-07 H.J. Lu <hongjiu.lu@intel.com>
207
208 * doc/binutils.texi: Replace -histogram with --histogram.
209
30fd33bb
L
2102010-01-06 H.J. Lu <hongjiu.lu@intel.com>
211
212 PR binutils/11131
213 * Makefile.am (ELFEDIT_PROG): New.
214 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
215 (CFILES): Add elfedit.c.
216 (elfedit_DEPENDENCIES): New.
217 (elfedit_SOURCES): Likewise.
218 (elfedit_LDADD): Likewise.
219 * Makefile.in: Regenerated.
220
221 * elfedit.c: New.
222
223 * doc/binutils.texi: Document elfedit.
224
225 * doc/Makefile.am (man_MANS): Add elfedit.1.
226 (elfedit.1): New.
227 * doc/Makefile.in: Regenerated.
228
d2ca6b5b
TG
2292010-01-06 Tristan Gingold <gingold@adacore.com>
230
231 * nm.c (usage): Remove extra blanks.
d2ca6b5b 232
a0f19280
L
2332010-01-04 H.J. Lu <hongjiu.lu@intel.com>
234
235 * objcopy.c: Update copyright.
236 * readelf.c: Likewise.
237
c1e2cb9d
L
2382010-01-04 H.J. Lu <hongjiu.lu@intel.com>
239
240 PR binutils/11130
241 * objcopy.c (copy_object): Remove "Warning: " from error
242 message.
243
c975cc98
NC
2442010-01-04 Nick Clifton <nickc@redhat.com>
245
246 PR 11128
247 * readelf.c (dump_section_as_strings): Use two separate
248 invocations of printf() in order to work around bugs in
249 the Solaris 8 implementation.
250
619c8a7d
NC
2512010-01-04 Nick Clifton <nickc@redhat.com>
252
a0f19280 253 * po/ru.po: Updated Russian translation.
a6da20b5 254
43ecc30f 255For older changes see ChangeLog-2009
252b5132
RH
256\f
257Local Variables:
258mode: change-log
259left-margin: 8
260fill-column: 74
261version-control: never
262End:
This page took 0.444319 seconds and 4 git commands to generate.