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