OSDN Git Service

* final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct.
[pf3gnuchains/gcc-fork.git] / gcc / libgcc2.c
index 6c004a5..80710e2 100644 (file)
@@ -1254,7 +1254,7 @@ struct bb
   struct bb *next;
 
   /* Older GCC's did not emit these fields.  */
-  long nwords;
+  long sizeof_bb;
   struct bb_function_info *function_infos;
 };