This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Undefine MAX_OFILE_ALIGNMENT in config/arm/elf.h before overriding it


On Tue, 2006-12-05 at 23:02 -0700, Fred Fish wrote:
> MAX_OFILE_ALIGNMENT is now defined in elfos.h, which is included
> before arm/elf.h, so we need to undefine it before overriding it.
> 
> 2006-12-05  Fred Fish  <fnf@specifix.com>
> 
> 	* config/arm/elf.h (MAX_OFILE_ALIGNMENT): Undefine before defining.

Hmm, no.  I think we should just kill this definition.  There's no
technical reason for restricting this to a lower value than ELF can
support.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]