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