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