diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/read.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |