Clean old .source directive out of asm code

This commit is contained in:
Justine Tunney 2022-03-18 12:43:21 -07:00
parent b149a9bcc4
commit 6c2fd9ecc6
269 changed files with 59 additions and 303 deletions

View file

@ -19,7 +19,6 @@
#include "libc/runtime/internal.h"
#include "libc/macros.internal.h"
.text.startup
.source __FILE__
// Calls global initialization functions.
//

View file

@ -18,7 +18,6 @@
*/
#include "libc/macros.internal.h"
#include "libc/notice.inc"
.source __FILE__
// Uniquely identifies each artifact linked in an address space.
__dso_handle:

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/macros.internal.h"
.source __FILE__
// Re-initializes FPU.
fpreset:

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/macros.internal.h"
.source __FILE__
// Returns granularity of memory manager.
getpagesize:

View file

@ -20,7 +20,6 @@
#include "libc/runtime/internal.h"
#include "libc/sysv/consts/prot.h"
#include "libc/dce.h"
.source __FILE__
// Decentralized function for process initialization.
//

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/macros.internal.h"
.source __FILE__
// Provides argv[0] The BSD Way.
.initbss 300,_init___progname

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/macros.internal.h"
.source __FILE__
// Supplies basename(argv[0]) The GNU Way.
.initbss 400,_init_program_invocation_short_name