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