2005-10-10 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / read.c
index 2d0404ffb8e06ad7416164a5175d1566b9c471dd..8e4e1bce60d3cabfc229d39c293d9a4f8a900340 100644 (file)
@@ -3259,7 +3259,10 @@ pseudo_set (symbolS *symbolP)
          copy_symbol_attributes (symbolP, s);
          break;
        }
-      /* Fall thru */
+      S_SET_SEGMENT (symbolP, undefined_section);
+      symbol_set_value_expression (symbolP, &exp);
+      set_zero_frag (symbolP);
+      break;
 
     default:
       /* The value is some complex expression.  */
This page took 0.023139 seconds and 4 git commands to generate.