1. 01 May, 2006 13 commits
  2. 30 Apr, 2006 6 commits
  3. 29 Apr, 2006 8 commits
  4. 28 Apr, 2006 12 commits
  5. 27 Apr, 2006 1 commit
    • target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket with #ifndef/#endif. · 16d6f994
      2006-04-27  Eric Christopher  <echristo@apple.com>
      
              * 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-27  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/pragma-ms_struct.c: New.
      
      From-SVN: r113327
      Eric Christopher committed