public inbox for gdb-cvs@sourceware.org help / color / mirror / Atom feed
From: Luis Machado <luisgpm@sourceware.org> To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Fix include guard naming for arch/aarch64-mte-linux.h Date: Sun, 10 Jul 2022 14:46:15 +0000 (GMT) [thread overview] Message-ID: <20220710144615.78B7B385828E@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0556ff7376a2869e1eefd7e0b3b97bd454b5b5c3 commit 0556ff7376a2869e1eefd7e0b3b97bd454b5b5c3 Author: Luis Machado <luis.machado@arm.com> Date: Mon Jul 4 10:43:25 2022 +0100 Fix include guard naming for arch/aarch64-mte-linux.h It should be ARCH_AARCH64_MTE_LINUX_H as opposed to ARCH_AARCH64_LINUX_H. Diff: --- gdb/arch/aarch64-mte-linux.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb/arch/aarch64-mte-linux.h b/gdb/arch/aarch64-mte-linux.h index d158926feff..fed91bbf01f 100644 --- a/gdb/arch/aarch64-mte-linux.h +++ b/gdb/arch/aarch64-mte-linux.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ARCH_AARCH64_LINUX_H -#define ARCH_AARCH64_LINUX_H +#ifndef ARCH_AARCH64_MTE_LINUX_H +#define ARCH_AARCH64_MTE_LINUX_H #include "gdbsupport/common-defs.h" @@ -71,4 +71,4 @@ extern CORE_ADDR aarch64_mte_set_ltag (CORE_ADDR address, CORE_ADDR tag); It is always possible to get the logical tag. */ extern CORE_ADDR aarch64_mte_get_ltag (CORE_ADDR address); -#endif /* ARCH_AARCH64_LINUX_H */ +#endif /* ARCH_AARCH64_MTE_LINUX_H */
reply other threads:[~2022-07-10 14:46 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220710144615.78B7B385828E@sourceware.org \ --to=luisgpm@sourceware.org \ --cc=gdb-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).