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

@ -18,7 +18,6 @@
*/
#include "libc/log/log.h"
#include "libc/macros.internal.h"
.source __FILE__
.bss
.align 4

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/macros.internal.h"
.source __FILE__
// These function names make it a bit more obvious which signal
// caused the crash, particularly in the GDB GUI. They're coded

View file

@ -18,7 +18,6 @@
*/
#include "libc/macros.internal.h"
.text.unlikely
.source __FILE__
// Code-size saving thunk for CHECK_EQ() in NDEBUG mode.
__check_fail_eq:

View file

@ -18,7 +18,6 @@
*/
#include "libc/macros.internal.h"
.text.unlikely
.source __FILE__
// Code-size saving thunk for CHECK_GE() in NDEBUG mode.
__check_fail_ge:

View file

@ -18,7 +18,6 @@
*/
#include "libc/macros.internal.h"
.text.unlikely
.source __FILE__
// Code-size saving thunk for CHECK_GT() in NDEBUG mode.
__check_fail_gt:

View file

@ -18,7 +18,6 @@
*/
#include "libc/macros.internal.h"
.text.unlikely
.source __FILE__
// Code-size saving thunk for CHECK_LE() in NDEBUG mode.
__check_fail_le:

View file

@ -18,7 +18,6 @@
*/
#include "libc/macros.internal.h"
.text.unlikely
.source __FILE__
// Code-size saving thunk for CHECK_LT() in NDEBUG mode.
__check_fail_lt:

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/macros.internal.h"
.source __FILE__
__check_fail_ndebug:
push %rbp

View file

@ -18,7 +18,6 @@
*/
#include "libc/macros.internal.h"
.text.unlikely
.source __FILE__
// Code-size saving thunk for CHECK_NE() in NDEBUG mode.
__check_fail_ne: