Remove use of alloca.
[deliverable/binutils-gdb.git] / gas / config / tc-msp430.c
index eb7df08f58c8350ea670dde4fd9cb25b4e38d834..50043628c4fb5b76dcf1bbcf1ecfad4a338a0be5 100644 (file)
@@ -698,7 +698,7 @@ static unsigned int silicon_errata_warn = 0;
 static void
 msp430_set_arch (int option)
 {
-  char *str = (char *) alloca (32);    /* 32 for good measure.  */
+  char str[32];        /* 32 for good measure.  */
 
   input_line_pointer = extract_word (input_line_pointer, str, 32);
 
This page took 0.032259 seconds and 4 git commands to generate.