bfd:
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
40b36596
JM
12010-03-25 Joseph Myers <joseph@codesourcery.com>
2
3 * MAINTAINERS: Add self as TI C6X maintainer.
4 * NEWS: Add news entry for TI C6X support.
5 * readelf.c: Include elf/tic6x.h.
6 (guess_is_rela): Handle EM_TI_C6000.
7 (dump_relocations): Likewise.
8 (get_tic6x_dynamic_type): New.
9 (get_dynamic_type): Call it.
10 (get_machine_flags): Handle EF_C6000_REL.
11 (get_osabi_name): Handle machine-specific values only for relevant
12 machines. Handle C6X values.
13 (get_tic6x_segment_type): New.
14 (get_segment_type): Call it.
15 (get_tic6x_section_type_name): New.
16 (get_section_type_name): Call it.
17 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
18 EM_TI_C6000.
19
ba7f2642
TS
202010-03-25 Thomas Schwinge <thomas@codesourcery.com>
21
22 * doc/binutils.texi (readelf) <unwind information>: Mention support for
23 ARM unwind tables.
24
b115cf96
L
252010-03-18 H.J. Lu <hongjiu.lu@intel.com>
26
27 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
28
8f73510c
AM
292010-03-17 Alan Modra <amodra@gmail.com>
30
31 * readelf.c (dump_arm_unwind): Warning fix.
32
99164030
DJ
332010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
34
35 * MAINTAINERS: Update my email address. List Tristan Gingold
36 as the release branch maintainer.
37
44ec90b9
RO
382010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
39
40 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
41
0b6ae522
DJ
422010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
43
44 * NEWS: Document .ARM.exidx / .ARM.extab support.
45
46 * dwarf.c (read_leb128): Make non-static.
47 * dwarf.h (read_leb128): Declare.
48 * readelf.c (REMOVE_ARCH_BITS): Define.
49 (find_section_by_address): New.
50 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
51 (find_symbol_for_address): Handle the Thumb bit for ARM, by
52 using REMOVE_ARCH_BITS.
53 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
54 (arm_free_section, arm_section_get_word, decode_arm_unwind)
55 (dump_arm_unwind, arm_process_unwind): New.
56 (process_unwind): Handle ARM.
57
92fc7b4f
JZ
582010-02-26 Jie Zhang <jie@codesourcery.com>
59
60 * MAINTAINERS: Update my email address.
61
826fec2f
NC
622010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
63
64 PR binutils/11298
65 * doc/binutils.texi (windmc): Fix synopsis and description of
66 ASCII options.
67
220453ec
AM
682010-02-19 Alan Modra <amodra@gmail.com>
69
70 * readelf.c (get_group_flags): Return empty string when flags zero.
71 Add space in other returned values.
72 (process_section_groups): Adjust format string.
73
cd21e546
MGD
742010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
75
76 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
77 newly permitted attribute values.
78 (arm_attr_tag_Virtualization_use): Likewise.
79 (arm_attr_tag_DIV_use): Add description of new attribute.
80 (arm_attr_tag_MPextension_use_legacy): Likewise.
81
ab7875de
NC
822010-02-15 Nick Clifton <nickc@redhat.com>
83
84 * po/vi.po: Updated Vietnamese translation.
85
d7eeb400
MS
862010-02-09 Michael Holzheu <holzheu@de.ibm.com>
87
88 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
89 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
90
d80e8de2
JB
912010-02-08 Jim Blandy <jimb@red-bean.com>
92
93 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
94 'z' augmentation strings.
95
bb7c70ed
NC
962010-02-08 Christophe Lyon <christophe.lyon@st.com>
97
98 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
99 a new address, so as not to reuse a previous, non-related reloc.
100
4339cae0
L
1012010-02-02 H.J. Lu <hongjiu.lu@intel.com>
102
103 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
104
0930eddd
NS
1052010-02-01 Nathan Sidwell <nathan@codesourcery.com>
106
107 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
108 sections.
109
70ecb384
NC
1102010-01-28 Nick Clifton <nickc@redhat.com>
111
112 PR 11225
113 * objdump.c (only): Replace with linked list.
114 (only_size, only_used): Replace with only_list.
115 (process_section_p): Set seen field on matches sections.
116 (add_only): New function.
117 (free_only_list): New function.
118 (disassemble_section): Check only_list.
119 (main): Use add_only and free_only_list.
120
571f7b5e
TG
1212010-01-26 Tristan Gingold <gingold@adacore.com>
122
123 * Makefile.am (bin2c): Add libintl dependance and library.
124 * Makefile.in: Regenerate.
125
55786da2 1262010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 127
55786da2
AK
128 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
129
500ee42e
ILT
1302010-01-19 Ian Lance Taylor <iant@google.com>
131
132 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
133 with non-ordinary files like /dev/null.
134
2046a35d
AM
1352010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
136 Alan Modra <amodra@gmail.com>
137
138 * readelf.c (process_file_header): Handle e_phnum extension.
139
60a0e0e7
TG
1402010-01-14 Tristan Gingold <gingold@adacore.com>
141
142 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
143 and DW_AT_GNAT_descriptive_type.
144
fd3a6816
TG
1452010-01-13 Tristan Gingold <gingold@adacore.com>
146
147 * ar.c (main): Use lbasename.
148 (normalize): Ditto.
149 * objdump.c (update_source_path): Ditto.
150
6cdb8d82
TG
1512010-01-12 Tristan Gingold <gingold@adacore.com>
152
153 * makefile.vms (CFLAGS): Turns warnings into informational messages.
154
2c610e4b
L
1552010-01-11 H.J. Lu <hongjiu.lu@intel.com>
156
157 PR ld/11146
158 * NEWS: Mention --dyn-syms for readelf.
159
160 * readelf.c (do_dyn_syms): New.
2c610e4b
L
161 (OPTION_DYN_SYMS): Likewise.
162 (options): Add "dyn-syms".
163 (usage): Add --dyn-syms.
164 (parse_args): Handle OPTION_DYN_SYMS.
165 (process_symbol_table): Handle do_dyn_syms.
166 (process_object): Likewise.
167 (process_archive): Likewise.
168
169 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
170 symbol hash tables for -D.
171
20703056
NC
1722010-01-11 Nick Clifton <nickc@redhat.com>
173
d2420a8c
NC
174 * NEWS: Mention addition of elfedit.
175
20703056
NC
176 * po/fi.po: Updated Finnish translation.
177
3725885a
RW
1782010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
179
180 * Makefile.in: Regenerate.
181 * configure: Regenerate.
182 * doc/Makefile.in: Regenerate.
183
5256a5b0
L
1842010-01-08 H.J. Lu <hongjiu.lu@intel.com>
185
186 * version.c (print_version): Change to "Copyright 2010".
187
dd35de74
L
1882010-01-08 H.J. Lu <hongjiu.lu@intel.com>
189
190 * elfedit.c (input_elf_type): New.
191 (output_elf_type): Likewise.
192 (elf_type): Likewise.
193 (update_elf_header): Support updating ELF file type.
194 (command_line_switch): Add OPTION_INPUT_TYPE and
195 OPTION_OUTPUT_TYPE.
196 (options): Likewise.
197 (usage): Add --input-type and --output-type.
198 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
199 one of --output-mach and --output-type must be specified.
200
201 * doc/binutils.texi: Document --input-type and --output-type
202 for elfedit.
203
c7a795f8
L
2042010-01-08 H.J. Lu <hongjiu.lu@intel.com>
205
206 * doc/binutils.texi: Fix a typo.
207
2dc654c3
L
2082010-01-08 H.J. Lu <hongjiu.lu@intel.com>
209
210 * elfedit.c (update_elf_header): Don't change input_elf_class
211 nor input_elf_machine if they are -1.
212
2ad0e9f1
TG
2132010-01-08 Tristan Gingold <gingold@adacore.com>
214
215 * ar.c: Remove bfd_special_undocumented_glue prototype.
216
71a72a84
L
2172010-01-07 H.J. Lu <hongjiu.lu@intel.com>
218
219 * elfedit.c (update_elf_header): Reformat.
220
3f08eb35
L
2212010-01-07 H.J. Lu <hongjiu.lu@intel.com>
222
223 * readelf.c (usage): Fix indent for --symbols.
224
ed22650e
L
2252010-01-07 H.J. Lu <hongjiu.lu@intel.com>
226
227 * doc/binutils.texi: Replace -histogram with --histogram.
228
30fd33bb
L
2292010-01-06 H.J. Lu <hongjiu.lu@intel.com>
230
231 PR binutils/11131
232 * Makefile.am (ELFEDIT_PROG): New.
233 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
234 (CFILES): Add elfedit.c.
235 (elfedit_DEPENDENCIES): New.
236 (elfedit_SOURCES): Likewise.
237 (elfedit_LDADD): Likewise.
238 * Makefile.in: Regenerated.
239
240 * elfedit.c: New.
241
242 * doc/binutils.texi: Document elfedit.
243
244 * doc/Makefile.am (man_MANS): Add elfedit.1.
245 (elfedit.1): New.
246 * doc/Makefile.in: Regenerated.
247
d2ca6b5b
TG
2482010-01-06 Tristan Gingold <gingold@adacore.com>
249
250 * nm.c (usage): Remove extra blanks.
d2ca6b5b 251
a0f19280
L
2522010-01-04 H.J. Lu <hongjiu.lu@intel.com>
253
254 * objcopy.c: Update copyright.
255 * readelf.c: Likewise.
256
c1e2cb9d
L
2572010-01-04 H.J. Lu <hongjiu.lu@intel.com>
258
259 PR binutils/11130
260 * objcopy.c (copy_object): Remove "Warning: " from error
261 message.
262
c975cc98
NC
2632010-01-04 Nick Clifton <nickc@redhat.com>
264
265 PR 11128
266 * readelf.c (dump_section_as_strings): Use two separate
267 invocations of printf() in order to work around bugs in
268 the Solaris 8 implementation.
269
619c8a7d
NC
2702010-01-04 Nick Clifton <nickc@redhat.com>
271
a0f19280 272 * po/ru.po: Updated Russian translation.
a6da20b5 273
43ecc30f 274For older changes see ChangeLog-2009
252b5132
RH
275\f
276Local Variables:
277mode: change-log
278left-margin: 8
279fill-column: 74
280version-control: never
281End:
This page took 0.48168 seconds and 4 git commands to generate.