2003-08-05 Jason Eckhardt <jle@rice.edu>
[deliverable/binutils-gdb.git] / gas / stabs.c
index 949cca0b95cf848fd53568f8fbf11084d09d5165..900826b231f278755b5c3affed0d67336b751b45 100644 (file)
@@ -245,9 +245,9 @@ s_stab_generic (what, stab_secname, stabstr_secname)
     /* This could happen for example with a source file with a huge
        number of lines.  The only cure is to use a different debug
        format, probably DWARF.  */
-    as_warn (_(".stab%c: description field '%x' too big, maybe you could a different debug format"),
+    as_warn (_(".stab%c: description field '%x' too big, try a different debug format"),
             what, desc);
-    
+
   if (what == 's' || what == 'n')
     {
       if (*input_line_pointer != ',')
@@ -371,13 +371,11 @@ s_stab_generic (what, stab_secname, stabstr_secname)
        }
       else
        {
-         const char *fake;
          symbolS *symbol;
          expressionS exp;
 
          /* Arrange for a value representing the current location.  */
-         fake = FAKE_LABEL_NAME;
-         symbol = symbol_new (fake, saved_seg, dot, saved_frag);
+         symbol = symbol_temp_new (saved_seg, dot, saved_frag);
 
          exp.X_op = O_symbol;
          exp.X_add_symbol = symbol;
This page took 0.023395 seconds and 4 git commands to generate.