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]

r113335 - in /branches/apple/200605-release/gcc...


Author: echristo
Date: Fri Apr 28 01:06:13 2006
New Revision: 113335

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113335
Log:
2006-04-27  Eric Christopher  <echristo@apple.com>

        Radar 4529978
        * target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket
        with #ifndef/#endif.
        * config/darwin-c.c (darwin_ms_struct): New.
        (darwin_pragma_ms_struct): Ditto.
        (darwin_set_default_type_attributes): Ditto.
        * config/darwin-protos.h (darwin_pragma_ms_struct): Declare.
        * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS):
        Register ms_struct pragma.
        * config/i386/darwin.h (REGISTER_TARGET_PRAGMAS): Declare.
        (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Ditto.
        * config/rs6000/rs6000.c (rs6000_set_default_type_attributes): Call
        darwin_set_default_type_attributes if TARGET_MACHO.

2006-04-25  Eric Christopher  <echristo@apple.com>

        Radar 4529978
        * gcc.dg/pragma-ms_struct.c: New.


Added:
    branches/apple/200605-release/gcc/testsuite/gcc.dg/pragma-ms_struct.c
      - copied unchanged from r113324, branches/apple-local-200502-branch/gcc/testsuite/gcc.dg/pragma-ms_struct.c
Modified:
    branches/apple/200605-release/gcc/ChangeLog
    branches/apple/200605-release/gcc/config/darwin-c.c
    branches/apple/200605-release/gcc/config/darwin-protos.h
    branches/apple/200605-release/gcc/config/darwin.h
    branches/apple/200605-release/gcc/config/i386/darwin.h
    branches/apple/200605-release/gcc/config/rs6000/rs6000.c
    branches/apple/200605-release/gcc/target-def.h
    branches/apple/200605-release/gcc/testsuite/ChangeLog


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