fab15bbffbf72ded8ff639a47d1569dd8b781382
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2010-01-28 Nick Clifton <nickc@redhat.com>
2
3 PR 11225
4 * objdump.c (only): Replace with linked list.
5 (only_size, only_used): Replace with only_list.
6 (process_section_p): Set seen field on matches sections.
7 (add_only): New function.
8 (free_only_list): New function.
9 (disassemble_section): Check only_list.
10 (main): Use add_only and free_only_list.
11
12 2010-01-26 Tristan Gingold <gingold@adacore.com>
13
14 * Makefile.am (bin2c): Add libintl dependance and library.
15 * Makefile.in: Regenerate.
16
17 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18
19 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
20
21 2010-01-19 Ian Lance Taylor <iant@google.com>
22
23 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
24 with non-ordinary files like /dev/null.
25
26 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
27 Alan Modra <amodra@gmail.com>
28
29 * readelf.c (process_file_header): Handle e_phnum extension.
30
31 2010-01-14 Tristan Gingold <gingold@adacore.com>
32
33 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
34 and DW_AT_GNAT_descriptive_type.
35
36 2010-01-13 Tristan Gingold <gingold@adacore.com>
37
38 * ar.c (main): Use lbasename.
39 (normalize): Ditto.
40 * objdump.c (update_source_path): Ditto.
41
42 2010-01-12 Tristan Gingold <gingold@adacore.com>
43
44 * makefile.vms (CFLAGS): Turns warnings into informational messages.
45
46 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
47
48 PR ld/11146
49 * NEWS: Mention --dyn-syms for readelf.
50
51 * readelf.c (do_dyn_syms): New.
52 (OPTION_DYN_SYMS): Likewise.
53 (options): Add "dyn-syms".
54 (usage): Add --dyn-syms.
55 (parse_args): Handle OPTION_DYN_SYMS.
56 (process_symbol_table): Handle do_dyn_syms.
57 (process_object): Likewise.
58 (process_archive): Likewise.
59
60 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
61 symbol hash tables for -D.
62
63 2010-01-11 Nick Clifton <nickc@redhat.com>
64
65 * NEWS: Mention addition of elfedit.
66
67 * po/fi.po: Updated Finnish translation.
68
69 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
70
71 * Makefile.in: Regenerate.
72 * configure: Regenerate.
73 * doc/Makefile.in: Regenerate.
74
75 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
76
77 * version.c (print_version): Change to "Copyright 2010".
78
79 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
80
81 * elfedit.c (input_elf_type): New.
82 (output_elf_type): Likewise.
83 (elf_type): Likewise.
84 (update_elf_header): Support updating ELF file type.
85 (command_line_switch): Add OPTION_INPUT_TYPE and
86 OPTION_OUTPUT_TYPE.
87 (options): Likewise.
88 (usage): Add --input-type and --output-type.
89 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
90 one of --output-mach and --output-type must be specified.
91
92 * doc/binutils.texi: Document --input-type and --output-type
93 for elfedit.
94
95 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
96
97 * doc/binutils.texi: Fix a typo.
98
99 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
100
101 * elfedit.c (update_elf_header): Don't change input_elf_class
102 nor input_elf_machine if they are -1.
103
104 2010-01-08 Tristan Gingold <gingold@adacore.com>
105
106 * ar.c: Remove bfd_special_undocumented_glue prototype.
107
108 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
109
110 * elfedit.c (update_elf_header): Reformat.
111
112 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
113
114 * readelf.c (usage): Fix indent for --symbols.
115
116 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
117
118 * doc/binutils.texi: Replace -histogram with --histogram.
119
120 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
121
122 PR binutils/11131
123 * Makefile.am (ELFEDIT_PROG): New.
124 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
125 (CFILES): Add elfedit.c.
126 (elfedit_DEPENDENCIES): New.
127 (elfedit_SOURCES): Likewise.
128 (elfedit_LDADD): Likewise.
129 * Makefile.in: Regenerated.
130
131 * elfedit.c: New.
132
133 * doc/binutils.texi: Document elfedit.
134
135 * doc/Makefile.am (man_MANS): Add elfedit.1.
136 (elfedit.1): New.
137 * doc/Makefile.in: Regenerated.
138
139 2010-01-06 Tristan Gingold <gingold@adacore.com>
140
141 * nm.c (usage): Remove extra blanks.
142
143 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
144
145 * objcopy.c: Update copyright.
146 * readelf.c: Likewise.
147
148 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
149
150 PR binutils/11130
151 * objcopy.c (copy_object): Remove "Warning: " from error
152 message.
153
154 2010-01-04 Nick Clifton <nickc@redhat.com>
155
156 PR 11128
157 * readelf.c (dump_section_as_strings): Use two separate
158 invocations of printf() in order to work around bugs in
159 the Solaris 8 implementation.
160
161 2010-01-04 Nick Clifton <nickc@redhat.com>
162
163 * po/ru.po: Updated Russian translation.
164
165 For older changes see ChangeLog-2009
166 \f
167 Local Variables:
168 mode: change-log
169 left-margin: 8
170 fill-column: 74
171 version-control: never
172 End:
This page took 0.032687 seconds and 3 git commands to generate.