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: darwin x86: add binds_local_p


On Tue, Jun 07, 2005 at 02:10:17PM -0700, Dale Johannesen wrote:
>         * config/i386/i386.c (ix86_binds_local_p):  New.
>         (TARGET_BINDS_LOCAL_P):  Use it for TARGET_MACHO.

Please move this function to darwin.c, since you've got the same
implementation in rs6000.c.  Plus it'll be clearer that this isn't
really an ix86 thing as a darwin thing.


r~


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