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