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