diff options
Diffstat (limited to 'src/setjmp')
-rw-r--r-- | src/setjmp/nt32/longjmp.s | 6 | ||||
-rw-r--r-- | src/setjmp/nt32/setjmp.s | 6 | ||||
-rw-r--r-- | src/setjmp/nt64/longjmp.s | 6 | ||||
-rw-r--r-- | src/setjmp/nt64/setjmp.s | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/src/setjmp/nt32/longjmp.s b/src/setjmp/nt32/longjmp.s index 045b93d..a06ed94 100644 --- a/src/setjmp/nt32/longjmp.s +++ b/src/setjmp/nt32/longjmp.s @@ -1,3 +1,9 @@ +############################################################################ +## mmglue: midipix architecture- and target-specific bits for musl libc ## +## Copyright (C) 2013--2023 SysDeer Technologies, LLC ## +## Released under the Standard MIT License; see COPYING.MMGLUE. ## +############################################################################ + .text .globl ___longjmp .globl __longjmp diff --git a/src/setjmp/nt32/setjmp.s b/src/setjmp/nt32/setjmp.s index d00fba0..4c86ece 100644 --- a/src/setjmp/nt32/setjmp.s +++ b/src/setjmp/nt32/setjmp.s @@ -1,3 +1,9 @@ +############################################################################ +## mmglue: midipix architecture- and target-specific bits for musl libc ## +## Copyright (C) 2013--2023 SysDeer Technologies, LLC ## +## Released under the Standard MIT License; see COPYING.MMGLUE. ## +############################################################################ + .text .globl ___setjmp .globl __setjmp diff --git a/src/setjmp/nt64/longjmp.s b/src/setjmp/nt64/longjmp.s index 21e879b..ad7a695 100644 --- a/src/setjmp/nt64/longjmp.s +++ b/src/setjmp/nt64/longjmp.s @@ -1,3 +1,9 @@ +############################################################################ +## mmglue: midipix architecture- and target-specific bits for musl libc ## +## Copyright (C) 2013--2023 SysDeer Technologies, LLC ## +## Released under the Standard MIT License; see COPYING.MMGLUE. ## +############################################################################ + .text .globl __longjmp .globl _longjmp diff --git a/src/setjmp/nt64/setjmp.s b/src/setjmp/nt64/setjmp.s index a3988bb..f08fa51 100644 --- a/src/setjmp/nt64/setjmp.s +++ b/src/setjmp/nt64/setjmp.s @@ -1,3 +1,9 @@ +############################################################################ +## mmglue: midipix architecture- and target-specific bits for musl libc ## +## Copyright (C) 2013--2023 SysDeer Technologies, LLC ## +## Released under the Standard MIT License; see COPYING.MMGLUE. ## +############################################################################ + .text .globl __setjmp .globl _setjmp |