diff options
| author | Richard Henderson <rth@twiddle.net> | 2015-01-03 12:49:41 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@twiddle.net> | 2015-01-03 12:49:41 -0800 |
| commit | 8b05db5421535e7f99d55afd49b0bce29e41ef03 (patch) | |
| tree | 520f328b1ad1543ffbe58b57fc34594a657e8772 /ChangeLog | |
| parent | b93c2205ec57af3c0491cdb608b53a9b4d7ff57e (diff) | |
Use -Wno-error=trampolinesrth/tramp
With gcc 4.9 we see
tst-execstack-mod.c: In function ‘tryme’:
tst-execstack-mod.c:16:8: error: trampoline generated for nested function ‘callback’ [-Werror=trampolines]
void callback (void) { ok = true; }
^
cc1: all warnings being treated as errors
where of course the testcases require the use of trampolines.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-01-03 Richard Henderson <rth@redhat.com> + + * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-error=trapolines + (CFLAGS-tst-execstack-prog.c): Likewise. + * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise. + 2015-01-02 Joseph Myers <joseph@codesourcery.com> [BZ #17748] |
