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