ede4c6de667523e72c1f4a740fea6bcfcd4bba3a
[binutils-gdb.git] / binutils / ChangeLog
1 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
2
3 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
4
5 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
6
7 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
8 sections.
9
10 2010-01-28 Nick Clifton <nickc@redhat.com>
11
12 PR 11225
13 * objdump.c (only): Replace with linked list.
14 (only_size, only_used): Replace with only_list.
15 (process_section_p): Set seen field on matches sections.
16 (add_only): New function.
17 (free_only_list): New function.
18 (disassemble_section): Check only_list.
19 (main): Use add_only and free_only_list.
20
21 2010-01-26 Tristan Gingold <gingold@adacore.com>
22
23 * Makefile.am (bin2c): Add libintl dependance and library.
24 * Makefile.in: Regenerate.
25
26 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27
28 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
29
30 2010-01-19 Ian Lance Taylor <iant@google.com>
31
32 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
33 with non-ordinary files like /dev/null.
34
35 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
36 Alan Modra <amodra@gmail.com>
37
38 * readelf.c (process_file_header): Handle e_phnum extension.
39
40 2010-01-14 Tristan Gingold <gingold@adacore.com>
41
42 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
43 and DW_AT_GNAT_descriptive_type.
44
45 2010-01-13 Tristan Gingold <gingold@adacore.com>
46
47 * ar.c (main): Use lbasename.
48 (normalize): Ditto.
49 * objdump.c (update_source_path): Ditto.
50
51 2010-01-12 Tristan Gingold <gingold@adacore.com>
52
53 * makefile.vms (CFLAGS): Turns warnings into informational messages.
54
55 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
56
57 PR ld/11146
58 * NEWS: Mention --dyn-syms for readelf.
59
60 * readelf.c (do_dyn_syms): New.
61 (OPTION_DYN_SYMS): Likewise.
62 (options): Add "dyn-syms".
63 (usage): Add --dyn-syms.
64 (parse_args): Handle OPTION_DYN_SYMS.
65 (process_symbol_table): Handle do_dyn_syms.
66 (process_object): Likewise.
67 (process_archive): Likewise.
68
69 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
70 symbol hash tables for -D.
71
72 2010-01-11 Nick Clifton <nickc@redhat.com>
73
74 * NEWS: Mention addition of elfedit.
75
76 * po/fi.po: Updated Finnish translation.
77
78 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
79
80 * Makefile.in: Regenerate.
81 * configure: Regenerate.
82 * doc/Makefile.in: Regenerate.
83
84 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
85
86 * version.c (print_version): Change to "Copyright 2010".
87
88 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
89
90 * elfedit.c (input_elf_type): New.
91 (output_elf_type): Likewise.
92 (elf_type): Likewise.
93 (update_elf_header): Support updating ELF file type.
94 (command_line_switch): Add OPTION_INPUT_TYPE and
95 OPTION_OUTPUT_TYPE.
96 (options): Likewise.
97 (usage): Add --input-type and --output-type.
98 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
99 one of --output-mach and --output-type must be specified.
100
101 * doc/binutils.texi: Document --input-type and --output-type
102 for elfedit.
103
104 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
105
106 * doc/binutils.texi: Fix a typo.
107
108 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
109
110 * elfedit.c (update_elf_header): Don't change input_elf_class
111 nor input_elf_machine if they are -1.
112
113 2010-01-08 Tristan Gingold <gingold@adacore.com>
114
115 * ar.c: Remove bfd_special_undocumented_glue prototype.
116
117 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
118
119 * elfedit.c (update_elf_header): Reformat.
120
121 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
122
123 * readelf.c (usage): Fix indent for --symbols.
124
125 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
126
127 * doc/binutils.texi: Replace -histogram with --histogram.
128
129 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
130
131 PR binutils/11131
132 * Makefile.am (ELFEDIT_PROG): New.
133 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
134 (CFILES): Add elfedit.c.
135 (elfedit_DEPENDENCIES): New.
136 (elfedit_SOURCES): Likewise.
137 (elfedit_LDADD): Likewise.
138 * Makefile.in: Regenerated.
139
140 * elfedit.c: New.
141
142 * doc/binutils.texi: Document elfedit.
143
144 * doc/Makefile.am (man_MANS): Add elfedit.1.
145 (elfedit.1): New.
146 * doc/Makefile.in: Regenerated.
147
148 2010-01-06 Tristan Gingold <gingold@adacore.com>
149
150 * nm.c (usage): Remove extra blanks.
151
152 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
153
154 * objcopy.c: Update copyright.
155 * readelf.c: Likewise.
156
157 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
158
159 PR binutils/11130
160 * objcopy.c (copy_object): Remove "Warning: " from error
161 message.
162
163 2010-01-04 Nick Clifton <nickc@redhat.com>
164
165 PR 11128
166 * readelf.c (dump_section_as_strings): Use two separate
167 invocations of printf() in order to work around bugs in
168 the Solaris 8 implementation.
169
170 2010-01-04 Nick Clifton <nickc@redhat.com>
171
172 * po/ru.po: Updated Russian translation.
173
174 For older changes see ChangeLog-2009
175 \f
176 Local Variables:
177 mode: change-log
178 left-margin: 8
179 fill-column: 74
180 version-control: never
181 End: