Page MenuHomeFreeBSD

linux32: binutils as requires %eflags instead of %flags for CFI.
ClosedPublic

Authored by jhb on Sep 28 2022, 9:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 14, 1:34 PM
Unknown Object (File)
Thu, Aug 13, 10:50 AM
Unknown Object (File)
Thu, Aug 13, 9:06 AM
Unknown Object (File)
Wed, Aug 12, 8:35 PM
Unknown Object (File)
Mon, Aug 10, 7:38 AM
Unknown Object (File)
Mon, Aug 10, 7:26 AM
Unknown Object (File)
Sat, Aug 8, 4:40 PM
Unknown Object (File)
Sat, Aug 8, 2:59 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Sep 28 2022, 9:40 PM

Does clang work with %eflags?

This revision is now accepted and ready to land.Sep 28 2022, 9:42 PM
In D36781#834878, @kib wrote:

Does clang work with %eflags?

No. :( (I tried). Arguably %eflags is more correct, and possibly it should be reported as a bug to LLVM upstream to use the eflags/rflags names.

(Adding dim@ in case he wants to report an upstream bug about supporting %eflags upstream)