HomeFreeBSD

sys/dev/md: Drop unncessary __GLOBL(mfs_root)

Description

sys/dev/md: Drop unncessary __GLOBL(mfs_root)

LLVM12 complains if you change the symbol binding:
error: mfs_root_end changed binding to STB_WEAK [-Werror,-Winline-asm]
error: mfs_root changed binding to STB_WEAK [-Werror,-Winline-asm]

Details

Provenance
arichardsonAuthored on Mar 30 2021, 1:53 PM
Parents
rG59b2caef0537: libsa: Remove conflicting .global/.weak directive
Branches
Unknown
Tags
Unknown