OSDN Git Service

Add --input-type and --output-type to elfedit
[pf3gnuchains/pf3gnuchains4x.git] / binutils / ChangeLog
1 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * elfedit.c (input_elf_type): New.
4         (output_elf_type): Likewise.
5         (elf_type): Likewise.
6         (update_elf_header): Support updating ELF file type.
7         (command_line_switch): Add OPTION_INPUT_TYPE and
8         OPTION_OUTPUT_TYPE.
9         (options): Likewise.
10         (usage): Add --input-type and --output-type.
11         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
12         one of --output-mach and --output-type must be specified.
13
14         * doc/binutils.texi: Document --input-type and --output-type
15         for elfedit.
16
17 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
18
19         * doc/binutils.texi: Fix a typo.
20
21 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
22
23         * elfedit.c (update_elf_header): Don't change input_elf_class
24         nor input_elf_machine if they are -1.
25
26 2010-01-08  Tristan Gingold  <gingold@adacore.com>
27
28         * ar.c: Remove bfd_special_undocumented_glue prototype.
29
30 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
31
32         * elfedit.c (update_elf_header): Reformat.
33
34 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
35
36         * readelf.c (usage): Fix indent for --symbols.
37
38 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
39
40         * doc/binutils.texi: Replace -histogram with --histogram.
41
42 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
43
44         PR binutils/11131
45         * Makefile.am (ELFEDIT_PROG): New.
46         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
47         (CFILES): Add elfedit.c.
48         (elfedit_DEPENDENCIES): New.
49         (elfedit_SOURCES): Likewise.
50         (elfedit_LDADD): Likewise.
51         * Makefile.in: Regenerated.
52
53         * elfedit.c: New.
54
55         * doc/binutils.texi: Document elfedit.
56
57         * doc/Makefile.am (man_MANS): Add elfedit.1.
58         (elfedit.1): New.
59         * doc/Makefile.in: Regenerated.
60
61 2010-01-06  Tristan Gingold  <gingold@adacore.com>
62
63         * nm.c (usage): Remove extra blanks.
64
65 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
66
67         * objcopy.c: Update copyright.
68         * readelf.c: Likewise.
69
70 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
71
72         PR binutils/11130
73         * objcopy.c (copy_object): Remove "Warning: " from error
74         message.
75
76 2010-01-04  Nick Clifton  <nickc@redhat.com>
77
78         PR 11128
79         * readelf.c (dump_section_as_strings): Use two separate
80         invocations of printf() in order to work around bugs in
81         the Solaris 8 implementation.
82
83 2010-01-04  Nick Clifton  <nickc@redhat.com>
84
85         * po/ru.po: Updated Russian translation.
86
87 For older changes see ChangeLog-2009
88 \f
89 Local Variables:
90 mode: change-log
91 left-margin: 8
92 fill-column: 74
93 version-control: never
94 End: