* elf64-ppc.c (allocate_dynrelocs): Remove unused got structs here..
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
4339cae0
L
12010-02-02 H.J. Lu <hongjiu.lu@intel.com>
2
3 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
4
0930eddd
NS
52010-02-01 Nathan Sidwell <nathan@codesourcery.com>
6
7 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
8 sections.
9
70ecb384
NC
102010-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
571f7b5e
TG
212010-01-26 Tristan Gingold <gingold@adacore.com>
22
23 * Makefile.am (bin2c): Add libintl dependance and library.
24 * Makefile.in: Regenerate.
25
55786da2 262010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 27
55786da2
AK
28 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
29
500ee42e
ILT
302010-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
2046a35d
AM
352010-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
60a0e0e7
TG
402010-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
fd3a6816
TG
452010-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
6cdb8d82
TG
512010-01-12 Tristan Gingold <gingold@adacore.com>
52
53 * makefile.vms (CFLAGS): Turns warnings into informational messages.
54
2c610e4b
L
552010-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.
2c610e4b
L
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
20703056
NC
722010-01-11 Nick Clifton <nickc@redhat.com>
73
d2420a8c
NC
74 * NEWS: Mention addition of elfedit.
75
20703056
NC
76 * po/fi.po: Updated Finnish translation.
77
3725885a
RW
782010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
79
80 * Makefile.in: Regenerate.
81 * configure: Regenerate.
82 * doc/Makefile.in: Regenerate.
83
5256a5b0
L
842010-01-08 H.J. Lu <hongjiu.lu@intel.com>
85
86 * version.c (print_version): Change to "Copyright 2010".
87
dd35de74
L
882010-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
c7a795f8
L
1042010-01-08 H.J. Lu <hongjiu.lu@intel.com>
105
106 * doc/binutils.texi: Fix a typo.
107
2dc654c3
L
1082010-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
2ad0e9f1
TG
1132010-01-08 Tristan Gingold <gingold@adacore.com>
114
115 * ar.c: Remove bfd_special_undocumented_glue prototype.
116
71a72a84
L
1172010-01-07 H.J. Lu <hongjiu.lu@intel.com>
118
119 * elfedit.c (update_elf_header): Reformat.
120
3f08eb35
L
1212010-01-07 H.J. Lu <hongjiu.lu@intel.com>
122
123 * readelf.c (usage): Fix indent for --symbols.
124
ed22650e
L
1252010-01-07 H.J. Lu <hongjiu.lu@intel.com>
126
127 * doc/binutils.texi: Replace -histogram with --histogram.
128
30fd33bb
L
1292010-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
d2ca6b5b
TG
1482010-01-06 Tristan Gingold <gingold@adacore.com>
149
150 * nm.c (usage): Remove extra blanks.
d2ca6b5b 151
a0f19280
L
1522010-01-04 H.J. Lu <hongjiu.lu@intel.com>
153
154 * objcopy.c: Update copyright.
155 * readelf.c: Likewise.
156
c1e2cb9d
L
1572010-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
c975cc98
NC
1632010-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
619c8a7d
NC
1702010-01-04 Nick Clifton <nickc@redhat.com>
171
a0f19280 172 * po/ru.po: Updated Russian translation.
a6da20b5 173
43ecc30f 174For older changes see ChangeLog-2009
252b5132
RH
175\f
176Local Variables:
177mode: change-log
178left-margin: 8
179fill-column: 74
180version-control: never
181End:
This page took 0.463589 seconds and 4 git commands to generate.