]>
Commit | Line | Data |
---|---|---|
571f7b5e TG |
1 | 2010-01-26 Tristan Gingold <[email protected]> |
2 | ||
3 | * Makefile.am (bin2c): Add libintl dependance and library. | |
4 | * Makefile.in: Regenerate. | |
5 | ||
55786da2 AK |
6 | 2010-01-21 Andreas Krebbel <[email protected]> |
7 | ||
8 | * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS. | |
9 | ||
500ee42e ILT |
10 | 2010-01-19 Ian Lance Taylor <[email protected]> |
11 | ||
12 | * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work | |
13 | with non-ordinary files like /dev/null. | |
14 | ||
2046a35d AM |
15 | 2010-01-19 Daisuke Hatayama <[email protected]> |
16 | Alan Modra <[email protected]> | |
17 | ||
18 | * readelf.c (process_file_header): Handle e_phnum extension. | |
19 | ||
60a0e0e7 TG |
20 | 2010-01-14 Tristan Gingold <[email protected]> |
21 | ||
22 | * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type | |
23 | and DW_AT_GNAT_descriptive_type. | |
24 | ||
fd3a6816 TG |
25 | 2010-01-13 Tristan Gingold <[email protected]> |
26 | ||
27 | * ar.c (main): Use lbasename. | |
28 | (normalize): Ditto. | |
29 | * objdump.c (update_source_path): Ditto. | |
30 | ||
6cdb8d82 TG |
31 | 2010-01-12 Tristan Gingold <[email protected]> |
32 | ||
33 | * makefile.vms (CFLAGS): Turns warnings into informational messages. | |
34 | ||
2c610e4b L |
35 | 2010-01-11 H.J. Lu <[email protected]> |
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 |
52 | 2010-01-11 Nick Clifton <[email protected]> |
53 | ||
d2420a8c NC |
54 | * NEWS: Mention addition of elfedit. |
55 | ||
20703056 NC |
56 | * po/fi.po: Updated Finnish translation. |
57 | ||
3725885a RW |
58 | 2010-01-09 Ralf Wildenhues <[email protected]> |
59 | ||
60 | * Makefile.in: Regenerate. | |
61 | * configure: Regenerate. | |
62 | * doc/Makefile.in: Regenerate. | |
63 | ||
5256a5b0 L |
64 | 2010-01-08 H.J. Lu <[email protected]> |
65 | ||
66 | * version.c (print_version): Change to "Copyright 2010". | |
67 | ||
dd35de74 L |
68 | 2010-01-08 H.J. Lu <[email protected]> |
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 |
84 | 2010-01-08 H.J. Lu <[email protected]> |
85 | ||
86 | * doc/binutils.texi: Fix a typo. | |
87 | ||
2dc654c3 L |
88 | 2010-01-08 H.J. Lu <[email protected]> |
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 |
93 | 2010-01-08 Tristan Gingold <[email protected]> |
94 | ||
95 | * ar.c: Remove bfd_special_undocumented_glue prototype. | |
96 | ||
71a72a84 L |
97 | 2010-01-07 H.J. Lu <[email protected]> |
98 | ||
99 | * elfedit.c (update_elf_header): Reformat. | |
100 | ||
3f08eb35 L |
101 | 2010-01-07 H.J. Lu <[email protected]> |
102 | ||
103 | * readelf.c (usage): Fix indent for --symbols. | |
104 | ||
ed22650e L |
105 | 2010-01-07 H.J. Lu <[email protected]> |
106 | ||
107 | * doc/binutils.texi: Replace -histogram with --histogram. | |
108 | ||
30fd33bb L |
109 | 2010-01-06 H.J. Lu <[email protected]> |
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 |
128 | 2010-01-06 Tristan Gingold <[email protected]> |
129 | ||
130 | * nm.c (usage): Remove extra blanks. | |
d2ca6b5b | 131 | |
a0f19280 L |
132 | 2010-01-04 H.J. Lu <[email protected]> |
133 | ||
134 | * objcopy.c: Update copyright. | |
135 | * readelf.c: Likewise. | |
136 | ||
c1e2cb9d L |
137 | 2010-01-04 H.J. Lu <[email protected]> |
138 | ||
139 | PR binutils/11130 | |
140 | * objcopy.c (copy_object): Remove "Warning: " from error | |
141 | message. | |
142 | ||
c975cc98 NC |
143 | 2010-01-04 Nick Clifton <[email protected]> |
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 |
150 | 2010-01-04 Nick Clifton <[email protected]> |
151 | ||
a0f19280 | 152 | * po/ru.po: Updated Russian translation. |
a6da20b5 | 153 | |
43ecc30f | 154 | For older changes see ChangeLog-2009 |
252b5132 RH |
155 | \f |
156 | Local Variables: | |
157 | mode: change-log | |
158 | left-margin: 8 | |
159 | fill-column: 74 | |
160 | version-control: never | |
161 | End: |