aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-12-12 22:53:09 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-12-12 22:53:09 +0000
commit5c7a9092713d2d076513b31b377dad59780a39da (patch)
tree8f0fdf89359b6f413e9ae727932b97a52ce7593b
parent9aaf4e3be61fc20a84347b7c2c524256a4b93a43 (diff)
downloadsrc-5c7a9092713d2d076513b31b377dad59780a39da.tar.gz
src-5c7a9092713d2d076513b31b377dad59780a39da.zip
libc/i386/SYS.h: Remove unused LCALL macro
It appears that the only user of this macro was removed with support for building a.out binaries in 2002 by commit 66422f5b7a1a6055f0b2358268eb902aab6e2e3e. Reviewed by: imp, kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D42997
-rw-r--r--lib/libc/i386/SYS.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/i386/SYS.h b/lib/libc/i386/SYS.h
index 6ef21fb794a6..24b0060372f8 100644
--- a/lib/libc/i386/SYS.h
+++ b/lib/libc/i386/SYS.h
@@ -48,7 +48,4 @@
jb HIDENAME(cerror); ret; \
END(__sys_##name)
-/* gas messes up offset -- although we don't currently need it, do for BCS */
-#define LCALL(x,y) .byte 0x9a ; .long y; .word x
-
#define KERNCALL int $0x80