Print this page
de-linting of .s files

*** 22,39 **** /* * Copyright (c) 1993-1997, by Sun Microsystems, Inc. * All rights reserved. */ - #pragma ident "%Z%%M% %I% %E% SMI" - - #if defined(lint) - - /*LINTED: empty translation unit*/ - - #else - #include "assym.h" #include <sys/machparam.h> ! ! this little hack generates a .note section where we tell --- 22,31 ----
*** 54,59 **** .desc_begin: .word MMU_PAGESIZE4M .desc_end: .align 4 - #endif /* !lint */ --- 46,50 ----