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 Jun 7, 2005, at 2:36 PM, Dale Johannesen wrote:
On Jun 7, 2005, at 2:30 PM, Richard Henderson wrote:

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,

This is what I'm committing.


2005-06-08 Dale Johannesen <dalej@apple.com>

* config/darwin.c (darwin_binds_local_p): New.
* config/darwin-protos.h (darwin_binds_local_p): Declare it.
* config/i386/i386.c (TARGET_BINDS_LOCAL_P): Use it for TARGET_MACHO.
* config/rs6000/rs6000.c (rs6000_binds_local_p): Remove.
(TARGET_BINDS_LOCAL_P): Change it to darwin_binds_local_p.


Attachment: diffs6.txt
Description: Text document




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