2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
571f7b5e
TG
12010-01-26 Tristan Gingold <gingold@adacore.com>
2
3 * Makefile.am (bin2c): Add libintl dependance and library.
4 * Makefile.in: Regenerate.
5
55786da2
AK
62010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7
8 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
9
500ee42e
ILT
102010-01-19 Ian Lance Taylor <iant@google.com>
11
12 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
13 with non-ordinary files like /dev/null.
14
2046a35d
AM
152010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
16 Alan Modra <amodra@gmail.com>
17
18 * readelf.c (process_file_header): Handle e_phnum extension.
19
60a0e0e7
TG
202010-01-14 Tristan Gingold <gingold@adacore.com>
21
22 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
23 and DW_AT_GNAT_descriptive_type.
24
fd3a6816
TG
252010-01-13 Tristan Gingold <gingold@adacore.com>
26
27 * ar.c (main): Use lbasename.
28 (normalize): Ditto.
29 * objdump.c (update_source_path): Ditto.
30
6cdb8d82
TG
312010-01-12 Tristan Gingold <gingold@adacore.com>
32
33 * makefile.vms (CFLAGS): Turns warnings into informational messages.
34
2c610e4b
L
352010-01-11 H.J. Lu <hongjiu.lu@intel.com>
36
37 PR ld/11146
38 * NEWS: Mention --dyn-syms for readelf.
39
40 * readelf.c (do_dyn_syms): New.
2c610e4b
L
41 (OPTION_DYN_SYMS): Likewise.
42 (options): Add "dyn-syms".
43 (usage): Add --dyn-syms.
44 (parse_args): Handle OPTION_DYN_SYMS.
45 (process_symbol_table): Handle do_dyn_syms.
46 (process_object): Likewise.
47 (process_archive): Likewise.
48
49 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
50 symbol hash tables for -D.
51
20703056
NC
522010-01-11 Nick Clifton <nickc@redhat.com>
53
d2420a8c
NC
54 * NEWS: Mention addition of elfedit.
55
20703056
NC
56 * po/fi.po: Updated Finnish translation.
57
3725885a
RW
582010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
59
60 * Makefile.in: Regenerate.
61 * configure: Regenerate.
62 * doc/Makefile.in: Regenerate.
63
5256a5b0
L
642010-01-08 H.J. Lu <hongjiu.lu@intel.com>
65
66 * version.c (print_version): Change to "Copyright 2010".
67
dd35de74
L
682010-01-08 H.J. Lu <hongjiu.lu@intel.com>
69
70 * elfedit.c (input_elf_type): New.
71 (output_elf_type): Likewise.
72 (elf_type): Likewise.
73 (update_elf_header): Support updating ELF file type.
74 (command_line_switch): Add OPTION_INPUT_TYPE and
75 OPTION_OUTPUT_TYPE.
76 (options): Likewise.
77 (usage): Add --input-type and --output-type.
78 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
79 one of --output-mach and --output-type must be specified.
80
81 * doc/binutils.texi: Document --input-type and --output-type
82 for elfedit.
83
c7a795f8
L
842010-01-08 H.J. Lu <hongjiu.lu@intel.com>
85
86 * doc/binutils.texi: Fix a typo.
87
2dc654c3
L
882010-01-08 H.J. Lu <hongjiu.lu@intel.com>
89
90 * elfedit.c (update_elf_header): Don't change input_elf_class
91 nor input_elf_machine if they are -1.
92
2ad0e9f1
TG
932010-01-08 Tristan Gingold <gingold@adacore.com>
94
95 * ar.c: Remove bfd_special_undocumented_glue prototype.
96
71a72a84
L
972010-01-07 H.J. Lu <hongjiu.lu@intel.com>
98
99 * elfedit.c (update_elf_header): Reformat.
100
3f08eb35
L
1012010-01-07 H.J. Lu <hongjiu.lu@intel.com>
102
103 * readelf.c (usage): Fix indent for --symbols.
104
ed22650e
L
1052010-01-07 H.J. Lu <hongjiu.lu@intel.com>
106
107 * doc/binutils.texi: Replace -histogram with --histogram.
108
30fd33bb
L
1092010-01-06 H.J. Lu <hongjiu.lu@intel.com>
110
111 PR binutils/11131
112 * Makefile.am (ELFEDIT_PROG): New.
113 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
114 (CFILES): Add elfedit.c.
115 (elfedit_DEPENDENCIES): New.
116 (elfedit_SOURCES): Likewise.
117 (elfedit_LDADD): Likewise.
118 * Makefile.in: Regenerated.
119
120 * elfedit.c: New.
121
122 * doc/binutils.texi: Document elfedit.
123
124 * doc/Makefile.am (man_MANS): Add elfedit.1.
125 (elfedit.1): New.
126 * doc/Makefile.in: Regenerated.
127
d2ca6b5b
TG
1282010-01-06 Tristan Gingold <gingold@adacore.com>
129
130 * nm.c (usage): Remove extra blanks.
d2ca6b5b 131
a0f19280
L
1322010-01-04 H.J. Lu <hongjiu.lu@intel.com>
133
134 * objcopy.c: Update copyright.
135 * readelf.c: Likewise.
136
c1e2cb9d
L
1372010-01-04 H.J. Lu <hongjiu.lu@intel.com>
138
139 PR binutils/11130
140 * objcopy.c (copy_object): Remove "Warning: " from error
141 message.
142
c975cc98
NC
1432010-01-04 Nick Clifton <nickc@redhat.com>
144
145 PR 11128
146 * readelf.c (dump_section_as_strings): Use two separate
147 invocations of printf() in order to work around bugs in
148 the Solaris 8 implementation.
149
619c8a7d
NC
1502010-01-04 Nick Clifton <nickc@redhat.com>
151
a0f19280 152 * po/ru.po: Updated Russian translation.
a6da20b5 153
43ecc30f 154For older changes see ChangeLog-2009
252b5132
RH
155\f
156Local Variables:
157mode: change-log
158left-margin: 8
159fill-column: 74
160version-control: never
161End:
This page took 0.610929 seconds and 4 git commands to generate.