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