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