fix goof from last change
authorKen Raeburn <raeburn@cygnus>
Mon, 4 Jan 1993 21:48:44 +0000 (21:48 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 4 Jan 1993 21:48:44 +0000 (21:48 +0000)
gas/read.c

index 1df4369..d780cfc 100644 (file)
@@ -817,7 +817,11 @@ s_data ()
   register int temp;
 
   temp = get_absolute_expression ();
+#ifdef BFD_ASSEMBLER
   subseg_set (data_section, (subsegT) temp);
+#else
+  subseg_change (data_section, (subsegT) temp);
+#endif
 
 #ifdef VMS
   const_flag = 0;