Subject: CVS commit: src/gnu/dist/gcc/gcc/config/arm
To: None <source-changes@NetBSD.org>
From: Richard Earnshaw <rearnsha@netbsd.org>
List: source-changes
Date: 09/29/2003 12:40:35
Module Name:	src
Committed By:	rearnsha
Date:		Mon Sep 29 12:40:35 UTC 2003

Modified Files:
	src/gnu/dist/gcc/gcc/config/arm: elf.h

Log Message:
When allocating a common object, ALIGN is in bits, but common expects
bytes.  So divide by BITS_PER_UNIT.  Fixes over-allocation of
common objects and thus reduces the BSS by approx 75%.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/config/arm/elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.