DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.61k stars 554 forks source link

i#6604: Use gcc_struct in elfutils only on x86 #6605

Closed derekbruening closed 7 months ago

derekbruening commented 7 months ago

Makes HAVE_GCC_STRUCT in our elfutils config.h conditional on building on x86, which is the only place the gcc_struct attribute is supported.

Fixes #6604

derekbruening commented 7 months ago

I see no gcc_struct warnings anymore. There are warnings about <command-line>: warning: "_FORTIFY_SOURCE" redefined but let's separate that out.

derekbruening commented 7 months ago

ub22 failure is api.rseq #6185. Probably time to mark that ignore as no one has had time to fix.