From f589b741f98dc838c4ea9296e052b74be7b9e983 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 22 Jan 1996 19:16:32 +0000 Subject: [PATCH] undef BIGGEST_FIELD_ALIGNMENT inherited from rs6000.h From-SVN: r11081 --- gcc/config/rs6000/sysv4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 08742998820..eacd292f019 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -250,6 +250,7 @@ do { \ /* No data type wants to be aligned rounder than this. */ #undef BIGGEST_ALIGNMENT +#undef BIGGEST_FIELD_ALIGNMENT #define BIGGEST_ALIGNMENT 128 /* Use ELF style section commands. */ -- 2.30.2