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