Accept mips-sgi-irix output in a few ld tests
[deliverable/binutils-gdb.git] / gdb / arm-linux-tdep.c
index 31ea4564dbbaefa15d78c0bddbb3ffa8f5de0be9..32c1ef3a770002547ae548bb5b1b03c7f3734221 100644 (file)
@@ -56,7 +56,6 @@
 #include "user-regs.h"
 #include <ctype.h>
 #include "elf/common.h"
-extern bool arm_apcs_32;
 
 /* Under ARM GNU/Linux the traditional way of performing a breakpoint
    is to execute a particular software interrupt, rather than use a
@@ -1711,11 +1710,11 @@ arm_linux_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc)
 
 /* Implement the gcc_target_options gdbarch method.  */
 
-static char *
+static std::string
 arm_linux_gcc_target_options (struct gdbarch *gdbarch)
 {
   /* GCC doesn't know "-m32".  */
-  return NULL;
+  return {};
 }
 
 static void
This page took 0.025063 seconds and 4 git commands to generate.