The branch stable/13 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=dc5511d75d8221209a77171f68c7f6043306b097

commit dc5511d75d8221209a77171f68c7f6043306b097
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2021-07-10 11:04:31 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2021-07-17 10:51:55 +0000

    amd64 locore.S: trim .globl list from symbols gone for long time
    
    (cherry picked from commit 9dc715230ccab1c3ad17f076379d29a017059030)
---
 sys/amd64/amd64/locore.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index a49687ca9f90..6e866269b687 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -42,7 +42,7 @@
 /*
  * Compiled KERNBASE location
  */
-       .globl  kernbase, kernload, loc_PTmap, loc_PDmap, loc_PDPmap, dmapbase, 
dmapend
+       .globl  kernbase, kernload, dmapbase, dmapend
        .set    kernbase,KERNBASE
        .set    kernload,KERNLOAD
        .set    dmapbase,DMAP_MIN_ADDRESS
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to