commit | d6246a8730fad9edcb972c1f689a13bb16640483 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Fri Dec 30 16:48:07 2022 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Fri Dec 30 16:48:07 2022 +0100 |
tree | f427572b5e45d7f7f92654419ec0bba96005d930 | |
parent | b1b0f69cb4a2ccd421419f9703edfcc5c3032dc0 [diff] |
[gdb/testsuite] Fix gdb.reverse/step-indirect-call-thunk.exp with -fcf-protection On Ubuntu 22.04.1 x86_64, I run into: ... gdb.reverse/step-indirect-call-thunk.c: In function 'inc':^M gdb.reverse/step-indirect-call-thunk.c:22:1: error: '-mindirect-branch' and \ '-fcf-protection' are not compatible^M 22 | { /* inc.1 */^M | ^^M ... Fix this by forcing -fcf-protection=none, if supported. Tested on x86_64-linux.