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