Fix:
$ gdb/check-include-guards.py gdb/arch/aarch64-gcs-linux.h
gdb/arch/aarch64-gcs-linux.h:20: wrong symbol in ifndef
Change-Id: I7586d5c22abe11501f59439df2b4a73bff7d201e
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_GCS_LINUX_H
-#define ARCH_AARCH64_GCS_LINUX_H
+#ifndef GDB_ARCH_AARCH64_GCS_LINUX_H
+#define GDB_ARCH_AARCH64_GCS_LINUX_H
#include <stdint.h>
#endif /* GCS_MAGIC */
-#endif /* ARCH_AARCH64_GCS_LINUX_H */
+#endif /* GDB_ARCH_AARCH64_GCS_LINUX_H */