* write.c (subsegs_finish): Don't specially align last subseg.
[deliverable/binutils-gdb.git] / gas / subsegs.c
index f5a1022fdf526d4af7a46fb02076029e5465487b..c8159531ef3355c11a62aff4b7b605e7f8689b35 100644 (file)
@@ -587,7 +587,7 @@ subseg_text_p (sec)
 #else /* ! BFD_ASSEMBLER */
   const char * const *p;
 
-  if (sec == data_section || sec == bss_section)
+  if (sec == data_section || sec == bss_section || sec == absolute_section)
     return 0;
 
   for (p = nontext_section_names; *p != NULL; ++p)
This page took 0.023558 seconds and 4 git commands to generate.