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