Add support for 64-bit DWARF 2 formats to gas.
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
index 02e9e9f1a8e0748af74e12bc46ae2b15db98b8c6..c17e70a81b25a604dccad23a4f82ae236d994e59 100644 (file)
@@ -14550,3 +14550,12 @@ MIPS options:\n\
 -64                    create 64 ABI object file\n"));
 #endif
 }
+
+enum dwarf2_format
+mips_dwarf2_format ()
+{
+  if (mips_abi == N64_ABI)
+    return dwarf2_format_64bit_irix;
+  else
+    return dwarf2_format_32bit;
+}
This page took 0.026471 seconds and 4 git commands to generate.