summaryrefslogtreecommitdiff
path: root/include/tdep/dwarf-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tdep/dwarf-config.h')
-rw-r--r--include/tdep/dwarf-config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tdep/dwarf-config.h b/include/tdep/dwarf-config.h
index 1da268b6..5b09fc18 100644
--- a/include/tdep/dwarf-config.h
+++ b/include/tdep/dwarf-config.h
@@ -1,7 +1,9 @@
/* Provide a real file - not a symlink - as it would cause multiarch conflicts
when multiple different arch releases are installed simultaneously. */
-#if defined __arm__
+#if defined __aarch64__
+# include "tdep-aarch64/dwarf-config.h"
+#elif defined __arm__
# include "tdep-arm/dwarf-config.h"
#elif defined __hppa__
# include "tdep-hppa/dwarf-config.h"