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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tdep/dwarf-config.h b/include/tdep/dwarf-config.h
index 5b09fc18..c759a46c 100644
--- a/include/tdep/dwarf-config.h
+++ b/include/tdep/dwarf-config.h
@@ -21,6 +21,8 @@
# include "tdep-x86/dwarf-config.h"
#elif defined __x86_64__ || defined __amd64__
# include "tdep-x86_64/dwarf-config.h"
+#elif defined __tilegx__
+# include "tdep-tilegx/dwarf-config.h"
#else
# error "Unsupported arch"
#endif