* elf-bfd.h (elfcore_write_s390_tdb): Add prototype.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
abb3f6cc
NC
12013-03-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * readelf.c (get_note_type): Add NT_S390_TDB.
4
c54e2ec1
AM
52013-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
ee36d918
CV
112013-03-05 Corinna Vinschen <vinschen@redhat.com>
12
13 * configure.in: Build DLL tools on x86_64-*-cygwin* as well.
14 * configure: Regenerate.
15
fafd911d
NC
162013-03-04 Nick Clifton <nickc@redhat.com>
17
18 * elfcomm.c (error): Flush stdout before emitting the error
19 message.
20 (warn): Likewise.
21
341f9135
CC
222013-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
15b42fb0
AM
372013-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
9dd3a467
NC
462013-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
76d8cf45
KT
522013-02-15 Kai Tietz <ktietz@redhat.com>
53
54 * objcopy.c (copy_main): Initialize context variable.
55
a043396b
NC
562013-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
2e62b721
NC
672013-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
d99b05a3
NC
842013-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
83ee86b1
NC
912013-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
36591ba1
SL
962013-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
7e26601c
NC
1112013-01-29 Xi Wang <xi.wang@gmail.com>
112
113 * readelf.c (process_version_sections): Fix overflow checks to
114 avoid undefined behaviour.
115
aa170720
DE
1162013-01-28 Doug Evans <dje@google.com>
117
118 * dwarf.c (display_gdb_index): Handle .gdb_index version 8.
119
5dddde8e
AM
1202013-01-28 Robert Schiele <rschiele@gmail.com>
121
122 * objcopy.c (parse_flags): Add merge and strings section flags.
123
fab128ef
CC
1242013-01-25 Cary Coutant <ccoutant@google.com>
125
15b42fb0
AM
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.
fab128ef 134
9b8bf321
NC
1352013-01-25 Marco Atzeri <marco.atzeri@gmail.com>
136
137 * objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.
138
90f9a987
DE
1392013-01-24 Doug Evans <dje@google.com>
140
141 * dwarf.c (display_debug_addr): Add missing parentheses to expression.
142
78c8d46c
NC
1432013-01-24 Nick Clifton <nickc@redhat.com>
144
145 * readelf.c (get_machine_flags): Decode E_V850E3V5_ARCH.
146
a367d729
AK
1472013-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
a477bfd1
NC
1522013-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
c32d6f7b
AM
1582013-01-17 Nickolai Zeldovich <nickolai@csail.mit.edu>
159
160 * objdump.c (dump_target_specific): Fix NULL pointer test.
161
cb566e3a
AM
1622013-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
a3c62988
NC
1692013-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
652451f8
YZ
1772013-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
955d0b3b
RM
1822013-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
7ca01ed9
NC
1962013-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
574b25e8
AS
2012013-01-04 Andreas Schwab <schwab@linux-m68k.org>
202
203 * doc/binutils.texi (elfedit): Fix use of @itemx in @table.
204
5b2ab150
MS
2052013-01-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
206
207 * MAINTAINERS: Add myself as AArch64 co-maintainer.
208
62658407
L
2092013-01-02 H.J. Lu <hongjiu.lu@intel.com>
210
211 * version.c (print_version): Update copyright year to 2013.
212
4e5f3f9d 213For older changes see ChangeLog-2012
252b5132 214\f
4e5f3f9d 215Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
216
217Copying and distribution of this file, with or without modification,
218are permitted in any medium without royalty provided the copyright
219notice and this notice are preserved.
220
252b5132
RH
221Local Variables:
222mode: change-log
223left-margin: 8
224fill-column: 74
225version-control: never
226End:
This page took 0.612907 seconds and 4 git commands to generate.