* objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
0930eddd
NS
12010-02-01 Nathan Sidwell <nathan@codesourcery.com>
2
3 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
4 sections.
5
70ecb384
NC
62010-01-28 Nick Clifton <nickc@redhat.com>
7
8 PR 11225
9 * objdump.c (only): Replace with linked list.
10 (only_size, only_used): Replace with only_list.
11 (process_section_p): Set seen field on matches sections.
12 (add_only): New function.
13 (free_only_list): New function.
14 (disassemble_section): Check only_list.
15 (main): Use add_only and free_only_list.
16
571f7b5e
TG
172010-01-26 Tristan Gingold <gingold@adacore.com>
18
19 * Makefile.am (bin2c): Add libintl dependance and library.
20 * Makefile.in: Regenerate.
21
55786da2 222010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
70ecb384 23
55786da2
AK
24 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
25
500ee42e
ILT
262010-01-19 Ian Lance Taylor <iant@google.com>
27
28 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
29 with non-ordinary files like /dev/null.
30
2046a35d
AM
312010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
32 Alan Modra <amodra@gmail.com>
33
34 * readelf.c (process_file_header): Handle e_phnum extension.
35
60a0e0e7
TG
362010-01-14 Tristan Gingold <gingold@adacore.com>
37
38 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
39 and DW_AT_GNAT_descriptive_type.
40
fd3a6816
TG
412010-01-13 Tristan Gingold <gingold@adacore.com>
42
43 * ar.c (main): Use lbasename.
44 (normalize): Ditto.
45 * objdump.c (update_source_path): Ditto.
46
6cdb8d82
TG
472010-01-12 Tristan Gingold <gingold@adacore.com>
48
49 * makefile.vms (CFLAGS): Turns warnings into informational messages.
50
2c610e4b
L
512010-01-11 H.J. Lu <hongjiu.lu@intel.com>
52
53 PR ld/11146
54 * NEWS: Mention --dyn-syms for readelf.
55
56 * readelf.c (do_dyn_syms): New.
2c610e4b
L
57 (OPTION_DYN_SYMS): Likewise.
58 (options): Add "dyn-syms".
59 (usage): Add --dyn-syms.
60 (parse_args): Handle OPTION_DYN_SYMS.
61 (process_symbol_table): Handle do_dyn_syms.
62 (process_object): Likewise.
63 (process_archive): Likewise.
64
65 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
66 symbol hash tables for -D.
67
20703056
NC
682010-01-11 Nick Clifton <nickc@redhat.com>
69
d2420a8c
NC
70 * NEWS: Mention addition of elfedit.
71
20703056
NC
72 * po/fi.po: Updated Finnish translation.
73
3725885a
RW
742010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
75
76 * Makefile.in: Regenerate.
77 * configure: Regenerate.
78 * doc/Makefile.in: Regenerate.
79
5256a5b0
L
802010-01-08 H.J. Lu <hongjiu.lu@intel.com>
81
82 * version.c (print_version): Change to "Copyright 2010".
83
dd35de74
L
842010-01-08 H.J. Lu <hongjiu.lu@intel.com>
85
86 * elfedit.c (input_elf_type): New.
87 (output_elf_type): Likewise.
88 (elf_type): Likewise.
89 (update_elf_header): Support updating ELF file type.
90 (command_line_switch): Add OPTION_INPUT_TYPE and
91 OPTION_OUTPUT_TYPE.
92 (options): Likewise.
93 (usage): Add --input-type and --output-type.
94 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
95 one of --output-mach and --output-type must be specified.
96
97 * doc/binutils.texi: Document --input-type and --output-type
98 for elfedit.
99
c7a795f8
L
1002010-01-08 H.J. Lu <hongjiu.lu@intel.com>
101
102 * doc/binutils.texi: Fix a typo.
103
2dc654c3
L
1042010-01-08 H.J. Lu <hongjiu.lu@intel.com>
105
106 * elfedit.c (update_elf_header): Don't change input_elf_class
107 nor input_elf_machine if they are -1.
108
2ad0e9f1
TG
1092010-01-08 Tristan Gingold <gingold@adacore.com>
110
111 * ar.c: Remove bfd_special_undocumented_glue prototype.
112
71a72a84
L
1132010-01-07 H.J. Lu <hongjiu.lu@intel.com>
114
115 * elfedit.c (update_elf_header): Reformat.
116
3f08eb35
L
1172010-01-07 H.J. Lu <hongjiu.lu@intel.com>
118
119 * readelf.c (usage): Fix indent for --symbols.
120
ed22650e
L
1212010-01-07 H.J. Lu <hongjiu.lu@intel.com>
122
123 * doc/binutils.texi: Replace -histogram with --histogram.
124
30fd33bb
L
1252010-01-06 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR binutils/11131
128 * Makefile.am (ELFEDIT_PROG): New.
129 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
130 (CFILES): Add elfedit.c.
131 (elfedit_DEPENDENCIES): New.
132 (elfedit_SOURCES): Likewise.
133 (elfedit_LDADD): Likewise.
134 * Makefile.in: Regenerated.
135
136 * elfedit.c: New.
137
138 * doc/binutils.texi: Document elfedit.
139
140 * doc/Makefile.am (man_MANS): Add elfedit.1.
141 (elfedit.1): New.
142 * doc/Makefile.in: Regenerated.
143
d2ca6b5b
TG
1442010-01-06 Tristan Gingold <gingold@adacore.com>
145
146 * nm.c (usage): Remove extra blanks.
d2ca6b5b 147
a0f19280
L
1482010-01-04 H.J. Lu <hongjiu.lu@intel.com>
149
150 * objcopy.c: Update copyright.
151 * readelf.c: Likewise.
152
c1e2cb9d
L
1532010-01-04 H.J. Lu <hongjiu.lu@intel.com>
154
155 PR binutils/11130
156 * objcopy.c (copy_object): Remove "Warning: " from error
157 message.
158
c975cc98
NC
1592010-01-04 Nick Clifton <nickc@redhat.com>
160
161 PR 11128
162 * readelf.c (dump_section_as_strings): Use two separate
163 invocations of printf() in order to work around bugs in
164 the Solaris 8 implementation.
165
619c8a7d
NC
1662010-01-04 Nick Clifton <nickc@redhat.com>
167
a0f19280 168 * po/ru.po: Updated Russian translation.
a6da20b5 169
43ecc30f 170For older changes see ChangeLog-2009
252b5132
RH
171\f
172Local Variables:
173mode: change-log
174left-margin: 8
175fill-column: 74
176version-control: never
177End:
This page took 0.411396 seconds and 4 git commands to generate.