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