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