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

r147752 - in /branches/arc-milepost-branch/gcc:...


Author: amylaar
Date: Wed May 20 21:56:57 2009
New Revision: 147752

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147752
Log:
        * config/rs6000/rs6000.c (legitimate_indirect_address_p):
        Don't define inline.

        * tree-ssa-address.c: Include multi-target.h .  Add
        START_TARGET_SPECIFIC and END_TARGET_SPECIFIC markers and
        #ifndef EXTRA_TARGET / #endif directives.
        * varasm.c (default_target_new_arch) [EXTRA_TARGET]:
        Don't forward the call, nor suppress output last_arch is 0.
        * TDEP-SOURCES: Add tree-ssa-address.c .
        * tree-flow.h: Incude multi-target.h
        (create_mem_ref, addr_for_mem_ref, maybe_fold_tmr): Mark as target
        specific.
        Makefile.in (OBJS-common): Move tree-ssa-address.o from here...
        (OBJS-rtl): ... to here.
        * config/spu/spu-protos.h (spu_override_options): Don't declare.
        * config/spu/spu.c (spu_override_options): Now static.  Change
        signature to fit target hook.
        (TARGET_OVERRIDE_OPTIONS): Redefine.
        * config/spu/spu.h: Include multi-target.h.
        Add START_TARGET_SPECIFIC / END_TARGET_SPECIFIC markers.
        * config/mxp/mxp.h: Comment typo fix.

Modified:
    branches/arc-milepost-branch/gcc/ChangeLog.cxx
    branches/arc-milepost-branch/gcc/ChangeLog.multi-target
    branches/arc-milepost-branch/gcc/Makefile.in
    branches/arc-milepost-branch/gcc/TDEP-SOURCES
    branches/arc-milepost-branch/gcc/config/mxp/mxp.h
    branches/arc-milepost-branch/gcc/config/rs6000/rs6000.c
    branches/arc-milepost-branch/gcc/config/spu/spu-protos.h
    branches/arc-milepost-branch/gcc/config/spu/spu.c
    branches/arc-milepost-branch/gcc/config/spu/spu.h
    branches/arc-milepost-branch/gcc/tree-flow.h
    branches/arc-milepost-branch/gcc/tree-ssa-address.c
    branches/arc-milepost-branch/gcc/varasm.c


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