Add support for generating DWARF-5 format directory and file name tables from the...
[deliverable/binutils-gdb.git] / gas / write.c
index dfbbc7cb9bef22207a423881821e7d33e5585ddc..0a6f07aa07795df47f8c7e0aced35c1683a60664 100644 (file)
@@ -443,7 +443,7 @@ cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP)
 #ifdef HANDLE_ALIGN
       HANDLE_ALIGN (fragP);
 #endif
-skip_align:
+    skip_align:
       know (fragP->fr_next != NULL);
       fragP->fr_offset = (fragP->fr_next->fr_address
                          - fragP->fr_address
This page took 0.023742 seconds and 4 git commands to generate.