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] RDOS support for GCC, minor corrections


On Fri, 13 Jan 2006, Leif Ekblad wrote:

> Index: config/i386/rdos.h
> ===================================================================
> /* Definitions for Intel x86 running RDOS
>    Copyright (C) 2006

Missing "Free Software Foundation, Inc.".

>  if (flag_pic)       \
>    {        \
>      builtin_define ("__PIC__");     \
>      builtin_define ("__pic__");     \
>    }        \

Targets should no longer need to do this, c_cpp_builtins does it.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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