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