Fix unexpected failures in the linker testsuite for ARM VxWorks targets.
[external/binutils.git] / ld / ChangeLog
1 2016-01-21  Nick Clifton  <nickc@redhat.com>
2
3         PR ld/19455
4         * testsuite/ld-arm/vxworks1-lib.dd: Update for current
5         disassmebler output.
6         * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
7         * testsuite/ld-arm/vxworks1.dd: Likewise.
8         * testsuite/ld-arm/vxworks1.rd: Likewise.
9         * testsuite/ld-arm/vxworks1.ld: Set the output format.
10
11 2016-01-20  Jiong Wang  <jiong.wang@arm.com>
12
13         * testsuite/ld-aarch64/farcall-section.d: Delete.
14         * testsuite/ld-aarch64/farcall-section.s: Delete.
15         * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
16         * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
17         * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
18         * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
19         * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
20
21 2016-01-20  Nick Clifton  <nickc@redhat.com>
22
23         PR 19457
24         * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
25         early for PE based targets.
26         * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
27         * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
28
29 2016-01-20  Mickael Guene  <mickael.guene@st.com>
30
31         * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
32         Add 'y' attribute usage.
33         * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
34         * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
35         * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
36
37 2016-01-19  Nick Clifton  <nickc@redhat.com>
38
39         * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
40         foo@FOO and bar@@FOO.
41
42 2016-01-18  Alan Modra  <amodra@gmail.com>
43
44         * configure: Regenerate.
45
46 2016-01-18  Nick Clifton  <nickc@redhat.com>
47
48         * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
49         is not configured to support plugins.
50
51         * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
52         but with 16 byte section alignment.
53         * testsuite/ld-scripts/rgn-at11.d: Use new source file.  Reenable
54         test for MIPS targets.
55
56 2016-01-17  Alan Modra  <amodra@gmail.com>
57
58         * configure: Regenerate.
59
60 2016-01-17  Alan Modra  <amodra@gmail.com>
61
62         * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
63         * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
64         * testsuite/ld-elf/pr14156a.d: Likewise.
65         * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
66         * testsuite/ld-elf/sec64k.exp: Likewise.
67
68 2016-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
69
70         * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
71         Set address of .foo section when linking.
72         * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
73         in .foo section.
74         * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
75         output to the above changes.
76
77 2016-01-13  Nick Clifton  <nickc@redhat.com>
78
79         * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
80         for MIPS targets.
81
82         * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
83         fail for MIPS targets.
84
85         * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
86         MIPS targets.
87
88 2016-01-12  Yury Usishchev  <y.usishchev@samsung.com>
89
90         * testsuite/ld-arm/arm-elf.exp: New test.
91         * testsuite/ld-arm/unwind-mix.d: New file.
92         * testsuite/ld-arm/unwind-mix1.s: New file.
93         * testsuite/ld-arm/unwind-mix2.s: New file.
94
95 2016-01-08  Jiong Wang  <jiong.wang@arm.com>
96
97         PR ld/19368
98         * testsuite/ld-arm/ifunc-3.rd: Update expected result.
99         * testsuite/ld-arm/ifunc-4.rd: Likewise.
100         * testsuite/ld-arm/ifunc-9.rd: Likewise.
101         * testsuite/ld-arm/ifunc-10.rd: Likewise.
102         * testsuite/ld-arm/ifunc-12.rd: Likewise.
103         * testsuite/ld-arm/ifunc-13.rd: Likewise.
104
105 2016-01-05  Nick Clifton  <nickc@redhat.com>
106
107         * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
108         MSP430 hardware multiply address range.
109         * scripttempl/elf32msp430.sc (__romdatastart): Define.
110         (__romdatacopysize): Define.
111         * scripttempl/elf32msp430_3.sc: Likewise.
112
113 2016-01-04  Maciej W. Rozycki  <macro@imgtec.com>
114
115         * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
116         OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
117
118 2016-01-04  Maciej W. Rozycki  <macro@imgtec.com>
119
120         * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
121         messages expected according to MIPS BFD private data merge
122         changes.
123         * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
124         * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
125         * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
126         * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
127         * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
128         * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
129         * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
130         * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
131         * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
132         * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
133         * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
134         * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
135         * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
136
137 2016-01-01  Alan Modra  <amodra@gmail.com>
138
139         Update year range in copyright notice of all files.
140
141 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
142 \f
143 Copyright (C) 2016 Free Software Foundation, Inc.
144
145 Copying and distribution of this file, with or without modification,
146 are permitted in any medium without royalty provided the copyright
147 notice and this notice are preserved.
148
149 Local Variables:
150 mode: change-log
151 left-margin: 8
152 fill-column: 74
153 version-control: never
154 End: