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