+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
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)
#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 */