* as.h: Replace flagseen with separate variables.
[deliverable/binutils-gdb.git] / gas / config / tc-hppa.c
index 18ddeacf7cf643fab98da2a15e48080ea4906f68..593378cab61a16ed08aa670b13eebb8844d37052 100644 (file)
@@ -1282,10 +1282,10 @@ md_begin ()
 
   /* Folding of text and data segments fails miserably on the PA.
      Warn user and disable "-R" option.  */
-  if (flagseen['R'])
+  if (flag_readonly_data_in_text)
     {
       as_warn ("-R option not supported on this target.");
-      flagseen['R'] = 0;
+      flag_readonly_data_in_text = 0;
     }
 
   pa_spaces_begin ();
This page took 0.024266 seconds and 4 git commands to generate.