Remove cleanups from prepare_execute_command
[deliverable/binutils-gdb.git] / gdb / arm-linux-tdep.c
index f3ca8f7eb61bc2331d5b1019fe6d60aca4f40552..056c1b94212c7d0f7e7a8ca29130155b0d2409f1 100644 (file)
 #include "target.h"
 #include "value.h"
 #include "gdbtypes.h"
-#include "floatformat.h"
 #include "gdbcore.h"
 #include "frame.h"
 #include "regcache.h"
-#include "doublest.h"
 #include "solib-svr4.h"
 #include "osabi.h"
 #include "regset.h"
@@ -1211,7 +1209,7 @@ arm_stap_parse_special_token (struct gdbarch *gdbarch,
               regname, p->saved_arg);
 
       ++tmp;
-      tmp = skip_spaces_const (tmp);
+      tmp = skip_spaces (tmp);
       if (*tmp == '#' || *tmp == '$')
        ++tmp;
 
This page took 0.023686 seconds and 4 git commands to generate.