Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/3rdparty/implib/arch/aarch64/table.S.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2020 Yury Gribov
* Copyright 2018-2023 Yury Gribov
*
* The MIT License (MIT)
*
Expand All @@ -10,6 +10,8 @@
#define lr x30
#define ip0 x16

.section .note.GNU-stack,"",@progbits

.data

.globl _${lib_suffix}_tramp_table
Expand Down
4 changes: 3 additions & 1 deletion source/3rdparty/implib/arch/arm/table.S.tpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*
* Copyright 2018-2022 Yury Gribov
* Copyright 2018-2023 Yury Gribov
*
* The MIT License (MIT)
*
* Use of this source code is governed by MIT license that can be
* found in the LICENSE.txt file.
*/

.section .note.GNU-stack,"",%progbits

.data

.globl _${lib_suffix}_tramp_table
Expand Down
4 changes: 3 additions & 1 deletion source/3rdparty/implib/arch/i386/table.S.tpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*
* Copyright 2019-2022 Yury Gribov
* Copyright 2019-2023 Yury Gribov
*
* The MIT License (MIT)
*
* Use of this source code is governed by MIT license that can be
* found in the LICENSE.txt file.
*/

.section .note.GNU-stack,"",@progbits

.data

.globl _${lib_suffix}_tramp_table
Expand Down
2 changes: 2 additions & 0 deletions source/3rdparty/implib/arch/mips/table.S.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* found in the LICENSE.txt file.
*/

.section .note.GNU-stack,"",@progbits

.data

.globl _${lib_suffix}_tramp_table
Expand Down
2 changes: 2 additions & 0 deletions source/3rdparty/implib/arch/mips64/table.S.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* found in the LICENSE.txt file.
*/

.section .note.GNU-stack,"",@progbits

.data

.globl _${lib_suffix}_tramp_table
Expand Down
4 changes: 3 additions & 1 deletion source/3rdparty/implib/arch/x86_64/table.S.tpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*
* Copyright 2018-2022 Yury Gribov
* Copyright 2018-2023 Yury Gribov
*
* The MIT License (MIT)
*
* Use of this source code is governed by MIT license that can be
* found in the LICENSE.txt file.
*/

.section .note.GNU-stack,"",@progbits

.data

.globl _${lib_suffix}_tramp_table
Expand Down