]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
fd3a6816
TG
12010-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
6cdb8d82
TG
72010-01-12 Tristan Gingold <gingold@adacore.com>
8
9 * makefile.vms (CFLAGS): Turns warnings into informational messages.
10
2c610e4b
L
112010-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
282010-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
20703056
NC
432010-01-11 Nick Clifton <nickc@redhat.com>
44
d2420a8c
NC
45 * NEWS: Mention addition of elfedit.
46
20703056
NC
47 * po/fi.po: Updated Finnish translation.
48
3725885a
RW
492010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
50
51 * Makefile.in: Regenerate.
52 * configure: Regenerate.
53 * doc/Makefile.in: Regenerate.
54
5256a5b0
L
552010-01-08 H.J. Lu <hongjiu.lu@intel.com>
56
57 * version.c (print_version): Change to "Copyright 2010".
58
dd35de74
L
592010-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
c7a795f8
L
752010-01-08 H.J. Lu <hongjiu.lu@intel.com>
76
77 * doc/binutils.texi: Fix a typo.
78
2dc654c3
L
792010-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
2ad0e9f1
TG
842010-01-08 Tristan Gingold <gingold@adacore.com>
85
86 * ar.c: Remove bfd_special_undocumented_glue prototype.
87
71a72a84
L
882010-01-07 H.J. Lu <hongjiu.lu@intel.com>
89
90 * elfedit.c (update_elf_header): Reformat.
91
3f08eb35
L
922010-01-07 H.J. Lu <hongjiu.lu@intel.com>
93
94 * readelf.c (usage): Fix indent for --symbols.
95
ed22650e
L
962010-01-07 H.J. Lu <hongjiu.lu@intel.com>
97
98 * doc/binutils.texi: Replace -histogram with --histogram.
99
30fd33bb
L
1002010-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
d2ca6b5b
TG
1192010-01-06 Tristan Gingold <gingold@adacore.com>
120
121 * nm.c (usage): Remove extra blanks.
d2ca6b5b 122
a0f19280
L
1232010-01-04 H.J. Lu <hongjiu.lu@intel.com>
124
125 * objcopy.c: Update copyright.
126 * readelf.c: Likewise.
127
c1e2cb9d
L
1282010-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
c975cc98
NC
1342010-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
619c8a7d
NC
1412010-01-04 Nick Clifton <nickc@redhat.com>
142
a0f19280 143 * po/ru.po: Updated Russian translation.
a6da20b5 144
43ecc30f 145For older changes see ChangeLog-2009
252b5132
RH
146\f
147Local Variables:
148mode: change-log
149left-margin: 8
150fill-column: 74
151version-control: never
152End: