From b2627225bdb17764267d8f4d6043f3a4cc8879fe Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 6 Mar 2020 11:28:03 +0900 Subject: [PATCH] Update file paths of copy-and-paste'ed files --- boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld | 2 +- libs/libc/machine/xtensa/Make.defs | 2 +- libs/libc/machine/xtensa/arch_elf.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld b/boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld index 95c7d2e0cc..880537ce0b 100644 --- a/boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld +++ b/boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld @@ -1,5 +1,5 @@ /**************************************************************************** - * binfmt/libelf/gnu-elf.ld + * boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/libs/libc/machine/xtensa/Make.defs b/libs/libc/machine/xtensa/Make.defs index fc8c884710..a3b2444b40 100644 --- a/libs/libc/machine/xtensa/Make.defs +++ b/libs/libc/machine/xtensa/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# libs/libc/machine/arm/armv6-m/Make.defs +# libs/libc/machine/xtensa/Make.defs # # Copyright (C) 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/libs/libc/machine/xtensa/arch_elf.c b/libs/libc/machine/xtensa/arch_elf.c index 464e9a8941..ea385a31e9 100644 --- a/libs/libc/machine/xtensa/arch_elf.c +++ b/libs/libc/machine/xtensa/arch_elf.c @@ -1,5 +1,5 @@ /**************************************************************************** - * libs/libc/machine/arm/armv6-m/arch_elf.c + * libs/libc/machine/xtensa/arch_elf.c * * Copyright (C) 2013-2014, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt