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