diff options
author | Alan Modra <amodra@gmail.com> | 2018-01-12 21:10:48 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-01-12 21:13:11 +1030 |
commit | 5ae5d3fd10c4bb520d767b25c59bf86db764adef (patch) | |
tree | bae2d8cf1ea7ac34e438bedc6e8cd0c5d491da10 /ld/ChangeLog | |
parent | a78eea1623aa6d05a395a73414bf01f6c8ae81c6 (diff) | |
download | gdb-5ae5d3fd10c4bb520d767b25c59bf86db764adef.zip gdb-5ae5d3fd10c4bb520d767b25c59bf86db764adef.tar.gz gdb-5ae5d3fd10c4bb520d767b25c59bf86db764adef.tar.bz2 |
pr22374 function pointer initialization
When I added this test I said I'd look at fixing more targets.
That hasn't happened yet, so xfail to tidy results.
* testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
initialization" for currently failing targets.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 39f79fe..0514bdd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2018-01-12 Alan Modra <amodra@gmail.com> + * testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer + initialization" for currently failing targets. + +2018-01-12 Alan Modra <amodra@gmail.com> + PR ld/22649 * testsuite/ld-elf/pr22649.msg: Allow other messages. * testsuite/ld-elf/shared.exp: Check that --gc-sections is |