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