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