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