git: 81336653be4c - main - stand/uboot: Remove unneeded _etext and _edata
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 May 2025 15:33:29 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=81336653be4c85ba0a4ae862ae1a299dfd2b841a commit 81336653be4c85ba0a4ae862ae1a299dfd2b841a Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-05-26 03:44:50 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-05-26 15:30:36 +0000 stand/uboot: Remove unneeded _etext and _edata --- stand/uboot/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/uboot/main.c b/stand/uboot/main.c index 3b0f0bc04dd8..ab63b9a33a66 100644 --- a/stand/uboot/main.c +++ b/stand/uboot/main.c @@ -61,8 +61,6 @@ struct device_type { extern char end[]; -extern unsigned char _etext[]; -extern unsigned char _edata[]; extern unsigned char __bss_start[]; extern unsigned char __sbss_start[]; extern unsigned char __sbss_end[];