diff options
author | pfg <pfg@FreeBSD.org> | 2013-11-29 18:46:02 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2013-11-29 18:46:02 +0000 |
commit | 412075b2311a065af8a572ca368fe2006de9bcac (patch) | |
tree | 16aa550f2d0b9c92a10cd8ebe3e804bcc566d5e0 /contrib/gcc/toplev.c | |
parent | 430acb421726ab31ef1ff326a7c992c59ff2ec65 (diff) | |
download | FreeBSD-src-412075b2311a065af8a572ca368fe2006de9bcac.zip FreeBSD-src-412075b2311a065af8a572ca368fe2006de9bcac.tar.gz |
gcc: upstream alignment cleanups.
This solves GCC/32617 and contributes to reduce differences with
Apple's gcc42.
Complete some references in the ChangeLog while here.
Obtained from: gcc 4.3 (rev. 126529, 126588; GPLv2)
MFC after: 3 weeks
Diffstat (limited to 'contrib/gcc/toplev.c')
-rw-r--r-- | contrib/gcc/toplev.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/gcc/toplev.c b/contrib/gcc/toplev.c index 0b73a48..ab6a7ff 100644 --- a/contrib/gcc/toplev.c +++ b/contrib/gcc/toplev.c @@ -369,10 +369,6 @@ int align_labels_log; int align_labels_max_skip; int align_functions_log; -/* Like align_functions_log above, but used by front-ends to force the - minimum function alignment. Zero means no alignment is forced. */ -int force_align_functions_log; - typedef struct { const char *const string; |