@@ -1,3 +1,14 @@
+/*
+ * Copyright (c) 2006-2026, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ * Change Logs:
+ * Date Author Notes
+ * 2024-07-04 rcitach init ver.
+ * 2026-04-27 rcitach Update the header file
+ */
+
#include <vdso_constants.h>
OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
@@ -1,3 +1,13 @@
+ * 2026-04-27 rcitach init ver.
#ifndef RT_VDSO_ARCH_H
#define RT_VDSO_ARCH_H
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_FORMAT("elf64-littleriscv", "elf64-littleriscv", "elf64-littleriscv")
@@ -1,11 +1,11 @@
/*
- * Copyright (c) 2006-2024 RT-Thread Development Team
+ * Copyright (c) 2006-2026 RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
* Change Logs:
* Date Author Notes
- * 2026-04-21 rcitach init ver.
*/
@@ -1,5 +1,5 @@