* binutils-all/group-5.s, * binutils-all/group-5.d: New test.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ab7875de
NC
12010-02-15 Nick Clifton <nickc@redhat.com>
2
3 * po/vi.po: Updated Vietnamese translation.
4
d7eeb400
MS
52010-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
d80e8de2
JB
102010-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
bb7c70ed
NC
152010-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
4339cae0
L
202010-02-02 H.J. Lu <hongjiu.lu@intel.com>
21
22 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
23
0930eddd
NS
242010-02-01 Nathan Sidwell <nathan@codesourcery.com>
25
26 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
27 sections.
28
70ecb384
NC
292010-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
571f7b5e
TG
402010-01-26 Tristan Gingold <gingold@adacore.com>
41
42 * Makefile.am (bin2c): Add libintl dependance and library.
43 * Makefile.in: Regenerate.
44
55786da2 452010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 46
55786da2
AK
47 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
48
500ee42e
ILT
492010-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
2046a35d
AM
542010-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
60a0e0e7
TG
592010-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
fd3a6816
TG
642010-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
6cdb8d82
TG
702010-01-12 Tristan Gingold <gingold@adacore.com>
71
72 * makefile.vms (CFLAGS): Turns warnings into informational messages.
73
2c610e4b
L
742010-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.
2c610e4b
L
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
20703056
NC
912010-01-11 Nick Clifton <nickc@redhat.com>
92
d2420a8c
NC
93 * NEWS: Mention addition of elfedit.
94
20703056
NC
95 * po/fi.po: Updated Finnish translation.
96
3725885a
RW
972010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
98
99 * Makefile.in: Regenerate.
100 * configure: Regenerate.
101 * doc/Makefile.in: Regenerate.
102
5256a5b0
L
1032010-01-08 H.J. Lu <hongjiu.lu@intel.com>
104
105 * version.c (print_version): Change to "Copyright 2010".
106
dd35de74
L
1072010-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
c7a795f8
L
1232010-01-08 H.J. Lu <hongjiu.lu@intel.com>
124
125 * doc/binutils.texi: Fix a typo.
126
2dc654c3
L
1272010-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
2ad0e9f1
TG
1322010-01-08 Tristan Gingold <gingold@adacore.com>
133
134 * ar.c: Remove bfd_special_undocumented_glue prototype.
135
71a72a84
L
1362010-01-07 H.J. Lu <hongjiu.lu@intel.com>
137
138 * elfedit.c (update_elf_header): Reformat.
139
3f08eb35
L
1402010-01-07 H.J. Lu <hongjiu.lu@intel.com>
141
142 * readelf.c (usage): Fix indent for --symbols.
143
ed22650e
L
1442010-01-07 H.J. Lu <hongjiu.lu@intel.com>
145
146 * doc/binutils.texi: Replace -histogram with --histogram.
147
30fd33bb
L
1482010-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
d2ca6b5b
TG
1672010-01-06 Tristan Gingold <gingold@adacore.com>
168
169 * nm.c (usage): Remove extra blanks.
d2ca6b5b 170
a0f19280
L
1712010-01-04 H.J. Lu <hongjiu.lu@intel.com>
172
173 * objcopy.c: Update copyright.
174 * readelf.c: Likewise.
175
c1e2cb9d
L
1762010-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
c975cc98
NC
1822010-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
619c8a7d
NC
1892010-01-04 Nick Clifton <nickc@redhat.com>
190
a0f19280 191 * po/ru.po: Updated Russian translation.
a6da20b5 192
43ecc30f 193For older changes see ChangeLog-2009
252b5132
RH
194\f
195Local Variables:
196mode: change-log
197left-margin: 8
198fill-column: 74
199version-control: never
200End:
This page took 0.468299 seconds and 4 git commands to generate.