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