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