On Fri, Apr 07, 2023 at 10:59:28AM +0800, Youling Tang wrote:
> +2023-04-07 Youling Tang
> +
> + * Makefile.am (loongarch_SRCS): Add loongarch_corenote.c.
> + * loongarch_init.c (loongarch_init): Hook core_note.
> + * loongarch_corenote.c: New file.
This looks correct after a quick
Signed-off-by: Youling Tang
---
backends/ChangeLog| 6 ++
backends/Makefile.am | 2 +-
backends/loongarch_corenote.c | 114 ++
backends/loongarch_init.c | 1 +
4 files changed, 122 insertions(+), 1 deletion(-)
create mode 100644 back