]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix include file define.
authorLuis Machado <luis.machado@linaro.org>
Tue, 5 Jan 2021 20:46:19 +0000 (17:46 -0300)
committerLuis Machado <luis.machado@linaro.org>
Fri, 15 Jan 2021 21:55:35 +0000 (18:55 -0300)
gdb/ChangeLog:

2021-01-15  Luis Machado  <luis.machado@arm.com>

* arch/aarch64-cap-linux.h: Fix define name.

gdb/ChangeLog
gdb/arch/aarch64-cap-linux.h

index 487c672ac8c1d2e2c8e4dea717719502afe07eae..22beb9b8a6a825c541af6da235ecd168d7924ca0 100644 (file)
@@ -1,3 +1,7 @@
+2021-01-15  Luis Machado  <luis.machado@arm.com>
+
+       * arch/aarch64-cap-linux.h: Fix define name.
+
 2021-01-15  Luis Machado  <luis.machado@arm.com>
 
        * aarch64-tdep.c (aarch64_address_class_type_flags_to_name): Return
index aff7f87c5e21c261bff3f241047202437d5a5a05..7a9df0bffbafcb081d45eb1bc7fcf03f04c2bae4 100644 (file)
@@ -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_CAP_LINUX_H
+#define ARCH_AARCH64_CAP_LINUX_H
 
 /* Morello HWCAP bit.  */
 #define HWCAP2_MORELLO (1 << 19)
@@ -37,4 +37,4 @@
 #define SEGV_CAPPERMERR              13  /* Capability permission fault */
 #define SEGV_CAPSTORETAGERR   14  /* Capability tag store fault */
 
-#endif /*ARCH_AARCH64_LINUX_H */
+#endif /* ARCH_AARCH64_CAP_LINUX_H */