From 5eaefeac38a0c9f6d75d381ecb83d83ca0ad8a26 Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Sun, 22 Nov 2020 21:13:46 +0100 Subject: [PATCH] mescc: Mes C Library: Support ARM tcc: Add crti.c, crtn.c. * lib/linux/arm-mes-gcc/crti.c: New file. * lib/linux/arm-mes-gcc/crtn.c: New file. --- lib/linux/arm-mes-gcc/crti.c | 19 +++++++++++++++++++ lib/linux/arm-mes-gcc/crtn.c | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 lib/linux/arm-mes-gcc/crti.c create mode 100644 lib/linux/arm-mes-gcc/crtn.c diff --git a/lib/linux/arm-mes-gcc/crti.c b/lib/linux/arm-mes-gcc/crti.c new file mode 100644 index 00000000..e11c4684 --- /dev/null +++ b/lib/linux/arm-mes-gcc/crti.c @@ -0,0 +1,19 @@ +/* -*-comment-start: "//";comment-end:""-*- + * GNU Mes --- Maxwell Equations of Software + * Copyright © 2018 Jan (janneke) Nieuwenhuizen + * + * This file is part of GNU Mes. + * + * GNU Mes is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or (at + * your option) any later version. + * + * GNU Mes is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Mes. If not, see . + */ diff --git a/lib/linux/arm-mes-gcc/crtn.c b/lib/linux/arm-mes-gcc/crtn.c new file mode 100644 index 00000000..e11c4684 --- /dev/null +++ b/lib/linux/arm-mes-gcc/crtn.c @@ -0,0 +1,19 @@ +/* -*-comment-start: "//";comment-end:""-*- + * GNU Mes --- Maxwell Equations of Software + * Copyright © 2018 Jan (janneke) Nieuwenhuizen + * + * This file is part of GNU Mes. + * + * GNU Mes is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or (at + * your option) any later version. + * + * GNU Mes is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Mes. If not, see . + */