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