Accept mips-sgi-irix output in a few ld tests
[deliverable/binutils-gdb.git] / gdb / nios2-tdep.c
index cb17e4f3750be302b66d6dcef0806f2758ecfef9..c2683b5e3a79fd2110a535258ecc44c683a2cb70 100644 (file)
@@ -2260,11 +2260,11 @@ nios2_type_align (struct gdbarch *gdbarch, struct type *type)
 }
 
 /* Implement the gcc_target_options gdbarch method.  */
-static char *
+static std::string
 nios2_gcc_target_options (struct gdbarch *gdbarch)
 {
   /* GCC doesn't know "-m32".  */
-  return NULL;
+  return {};
 }
 
 /* Initialize the Nios II gdbarch.  */
This page took 0.037038 seconds and 4 git commands to generate.