mailing list of musl libc
 help / color / mirror / code / Atom feed
2f16006f406ccdab0c68540dc773a362f483ef1d blob 156 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
.ifdef CET_IBT
	.macro ENDBRANCH64
		endbr64
	.endm
	.macro ENDBRANCH32
		endbr32
	.endm
.else
	.macro ENDBRANCH64
	.endm
	.macro ENDBRANCH32
	.endm
.endif
debug log:

solving 2f16006f ...
found 2f16006f in https://inbox.vuxu.org/musl/20201019224342.53303-3-joao.moreira@intel.com/

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-3-joao.moreira@intel.com/
diff --git a/src/include/ibt.s b/src/include/ibt.s
new file mode 100644
index 00000000..2f16006f

Checking patch src/include/ibt.s...
Applied patch src/include/ibt.s cleanly.

index at:
100644 2f16006f406ccdab0c68540dc773a362f483ef1d	src/include/ibt.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).