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] Fix missing definition for Linker alignment limit


Using elfos.h might be a good idea.

But as it could affect downstream tools that I cannot easily test, I'd rather not do that quite yet.

Thanks for pointing this out. It may well help in the future to get elf debugging sorted out.


Andy




-----Original Message-----
From: Joseph S. Myers <joseph@codesourcery.com>
To: Andy H <hutchinsonandy@aim.com>
Cc: Anatoly Sokolov <aesok@post.ru>; gcc-patches@gcc.gnu.org; Weddington, Eric <eweddington@cso.atmel.com>
Sent: Mon, 12 May 2008 6:46 am
Subject: Re: [PATCH] Fix missing definition for Linker alignment limit




On Sun, 11 May 2008, Andy H wrote:

This is fix for AVR target which does not have explicit definition for
MAX_OFILE_ALIGNMENT.

Are you using ELF? If so, arranging your targets to use elfos.h would get
the definition from there - that's where most targets get it from.


--
Joseph S. Myers
joseph@codesourcery.com


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