This is the mail archive of the gcc@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]

Re: Machine attributes and language attributes




--On Tuesday, July 03, 2001 08:40:21 PM +0100 "Joseph S. Myers" 
<jsm28@cam.ac.uk> wrote:

> On Tue, 3 Jul 2001, Joern Rennecke wrote:
>
>> If you are saying that the target code provides a table of finite size,
>> that'd be OK with me, but you shouldn't code in any arbitrary
>> restriction.  That would not only potentially impede future work, it
>> would also be against the GNU coding standards:
>
> Yes, a table of finite size initialized by the target, with a pointer to
> it in the target structure, but without arbitrary limits; the common code
> would then simply look through three tables (common attributes, language
> ones, machine ones), each having either a size stored or an end marker.

Your plan is a good one.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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