]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
* elf-bfd.h (elfcore_write_s390_tdb): Add prototype.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2013-03-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * readelf.c (get_note_type): Add NT_S390_TDB.
4
5 2013-03-07 Alan Modra <amodra@gmail.com>
6
7 * strings.c (get_char): Dispense with buf[]. Instead shift
8 chars into big-endian value and byte-swap later if
9 little-endian. Don't EOF check value read from object.
10
11 2013-03-05 Corinna Vinschen <vinschen@redhat.com>
12
13 * configure.in: Build DLL tools on x86_64-*-cygwin* as well.
14 * configure: Regenerate.
15
16 2013-03-04 Nick Clifton <nickc@redhat.com>
17
18 * elfcomm.c (error): Flush stdout before emitting the error
19 message.
20 (warn): Likewise.
21
22 2013-03-01 Cary Coutant <ccoutant@google.com>
23
24 * dwarf.c (cu_tu_indexes_read, shndx_pool, shndx_pool_size)
25 (shndx_pool_used): Move to top of file.
26 (struct cu_tu_set): New type.
27 (cu_count, tu_count, cu_sets, tu_sets): New file scope variables.
28 (fetch_indexed_string): Add "this_set" parameter. Update all callers.
29 (find_cu_tu_set_v2): New function.
30 (read_and_display_attr_value): Add "this_set" parameter.
31 (read_and_display_attr): Likewise.
32 (process_debug_info): Track base offsets for DWARF package files.
33 (load_debug_info): Call load_cu_tu_indexes.
34 (get_DW_SECT_short_name): New function.
35 (process_cu_tu_index): Add support for version 2 DWARF package files.
36
37 2013-02-27 Alan Modra <amodra@gmail.com>
38
39 PR binutils/15191
40 * readelf.c (offsetof): Define.
41 (CHECK_ENTSIZE_VALUES): Remove extraneous indefinite article.
42 (process_corefile_note_segment): Allow notes without name or
43 desc. Combine out-of-range checks. Disallow "negative"
44 notesz or descsz.
45
46 2013-02-26 Nick Clifton <nickc@redhat.com>
47
48 PR binutils/15191
49 * readelf.c (process_corefile_note_segment): Prevent attempts to
50 read beyond the end of the note buffer.
51
52 2013-02-15 Kai Tietz <ktietz@redhat.com>
53
54 * objcopy.c (copy_main): Initialize context variable.
55
56 2013-02-15 Nick Clifton <nickc@redhat.com>
57
58 PR binutils/15140
59 * ar.c (open_inarch): Fail on attempts to convert a normal archive
60 to a thin archive or vice versa.
61 * elfcomm.c (make_qualified_name): Handle corrupted thin
62 archives.
63 * readelf.c (process_archive): Likewise.
64 * doc/binutils.texi: Clarify documentation describing thin
65 archives.
66
67 2013-02-15 Nick Clifton <nickc@redhat.com>
68
69 PR binutils/15033
70 * objcopy.c (enum change_action): Delete.
71 (struct section_list): Delete remove, copy, change_vma, change_lma
72 and set_flags fields. Add context field.
73 (find_section_list): Add a context parameter. Add support for
74 wildcard characters in section names.
75 (is_strip_section): Check for sections being both copied and
76 removed.
77 (copy_object): Pass context to find_section_list.
78 (setup_section): Likewise.
79 (copy_section): Likewise.
80 (copy_main): Likewise.
81 * doc/binutils: Document the new behaviour.
82 * NEWS: Mention the new feature
83
84 2013-02-14 Nick Clifton <nickc@redhat.com>
85
86 PR binutils/15125
87 * objcopy.c (copy_object): Provide a helpful warning message when
88 adding a gnu_debuglink section to an object which already contains
89 one.
90
91 2013-02-07 Nick Clifton <nickc@redhat.com>
92
93 * elfcomm.c (get_archive_member_name): Prevent seg-fault if a
94 corrupt archive uses long names but has no long name table.
95
96 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
97 Andrew Jenner <andrew@codesourcery.com>
98
99 Based on patches from Altera Corporation.
100
101 * readelf.c: Include elf/nios2.h.
102 (dump_relocations): Add case for EM_ALTERA_NIOS2.
103 (get_nios2_dynamic_type): New.
104 (get_dynamic_type): Add case for EM_ALTERA_NIOS2.
105 (is_32bit_abs_reloc): Fix EM_ALTERA_NIOS2 case.
106 (is_16bit_abs_reloc): Likewise.
107 (is_none_reloc): Add EM_ALTERA_NIOS2 and EM_NIOS32 cases.
108 * NEWS: Note Altera Nios II support.
109 * MAINTAINERS: Add Nios II maintainers.
110
111 2013-01-29 Xi Wang <xi.wang@gmail.com>
112
113 * readelf.c (process_version_sections): Fix overflow checks to
114 avoid undefined behaviour.
115
116 2013-01-28 Doug Evans <dje@google.com>
117
118 * dwarf.c (display_gdb_index): Handle .gdb_index version 8.
119
120 2013-01-28 Robert Schiele <rschiele@gmail.com>
121
122 * objcopy.c (parse_flags): Add merge and strings section flags.
123
124 2013-01-25 Cary Coutant <ccoutant@google.com>
125
126 * dwarf.c (display_loc_list): Update offset for each line
127 printed.
128 (print_addr_index): New function.
129 (display_loc_list_dwo): Update offset for each line printed.
130 Fix problems displaying loclists in .dwo files. Add support
131 for type 4 entries.
132 (display_debug_loc): Remove custom header for .dwo files.
133 (display_debug_addr): Adjust formatting.
134
135 2013-01-25 Marco Atzeri <marco.atzeri@gmail.com>
136
137 * objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.
138
139 2013-01-24 Doug Evans <dje@google.com>
140
141 * dwarf.c (display_debug_addr): Add missing parentheses to expression.
142
143 2013-01-24 Nick Clifton <nickc@redhat.com>
144
145 * readelf.c (get_machine_flags): Decode E_V850E3V5_ARCH.
146
147 2013-01-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
148
149 * readelf.c: Add strings for NT_S390_LAST_BREAK and
150 NT_S390_SYSTEM_CALL.
151
152 2013-01-18 Nick Clifton <nickc@redhat.com>
153
154 PR binutils/15026
155 * addr2line.c (translate_addresses): When pretty printing, print
156 unknown function names on the same line as unknown symbol names.
157
158 2013-01-17 Nickolai Zeldovich <nickolai@csail.mit.edu>
159
160 * objdump.c (dump_target_specific): Fix NULL pointer test.
161
162 2013-01-16 Alan Modra <amodra@gmail.com>
163
164 PR binutils/15018
165 * stabs.c (parse_stab_members): Always set physname here to avoid
166 gcc warning..
167 (parse_stab_argtypes): ..and don't duplicate the init here.
168
169 2013-01-10 Will Newton <will.newton@imgtec.com>
170
171 * binutils/readelf.c: (guess_is_rela): Add EM_METAG.
172 (dump_relocations): Add EM_METAG.
173 (get_machine_name): Correct case for Meta.
174 (is_32bit_abs_reloc): Add support for Meta ADDR32 reloc.
175 (is_none_reloc): Add support for Meta NONE reloc.
176
177 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
178
179 * readelf.c (get_note_type): Handle NT_ARM_TLS, NT_ARM_HW_BREAK
180 and NT_ARM_HW_WATCH.
181
182 2013-01-07 Roland McGrath <mcgrathr@google.com>
183
184 * objcopy.c (deterministic): Make int rather than bfd_boolean,
185 initialize to -1.
186 (strip_options, copy_options): Add -U/--disable-deterministic-archives.
187 (default_deterministic): New function.
188 (strip_main, copy_main): Handle -U. Call default_deterministic.
189 (copy_usage, strip_usage): Describe -U. Cite whether -D or -U is
190 the default based on DEFAULT_AR_DETERMINISTIC.
191 * doc/binutils.texi (objcopy, strip): Describe -U and effect of
192 configure options on -D.
193
194 * ar.c (default_deterministic): Comment fix.
195
196 2013-01-07 Patrice Dumas <pertusus@free.fr>
197
198 * doc/binutils.texi: Fix ordering of top level nodes.
199 Replace erroneous uses of @itemx with @item.
200
201 2013-01-04 Andreas Schwab <schwab@linux-m68k.org>
202
203 * doc/binutils.texi (elfedit): Fix use of @itemx in @table.
204
205 2013-01-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
206
207 * MAINTAINERS: Add myself as AArch64 co-maintainer.
208
209 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
210
211 * version.c (print_version): Update copyright year to 2013.
212
213 For older changes see ChangeLog-2012
214 \f
215 Copyright (C) 2013 Free Software Foundation, Inc.
216
217 Copying and distribution of this file, with or without modification,
218 are permitted in any medium without royalty provided the copyright
219 notice and this notice are preserved.
220
221 Local Variables:
222 mode: change-log
223 left-margin: 8
224 fill-column: 74
225 version-control: never
226 End: