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]

r107143 - in /branches/libobjc_noheaders/libobj...


Author: pinskia
Date: Thu Nov 17 23:31:14 2005
New Revision: 107143

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107143
Log:
2005-11-17  Andrew Pinski  <pinskia@physics.uc.edu>

        * configure.ac (i?86-*-darwin*, i?86-*-pe, i?86-*-cygwin*,
        i?86-*-mingw32*, i?86-*-uwin*, i?86-*-interix3*): Add cases.
        (i?86-*-linux-*, x86_64-*-linux-*): Remove.
        (i?86-*-*, x86_64-*-*): Add default case for this host as
        it defaults to aligning doubles to 32bits.
        * configure: Regenerate.                
        * config/i386/linux/abi.h: Remove.              
        * config/i386/nonalign/abi.h: New file.                 
        * config/i386/align/abi.h: New file.                            
        * config/i386/common.h: New file.


Added:
    branches/libobjc_noheaders/libobjc/config/i386/align/
    branches/libobjc_noheaders/libobjc/config/i386/align/abi.h
    branches/libobjc_noheaders/libobjc/config/i386/common.h
    branches/libobjc_noheaders/libobjc/config/i386/nonalign/
      - copied from r107127, branches/libobjc_noheaders/libobjc/config/i386/linux/
    branches/libobjc_noheaders/libobjc/config/i386/nonalign/abi.h
      - copied, changed from r107142, branches/libobjc_noheaders/libobjc/config/i386/linux/abi.h
    branches/libobjc_noheaders/libobjc/config/pcc-bitfield/
Removed:
    branches/libobjc_noheaders/libobjc/config/i386/linux/
Modified:
    branches/libobjc_noheaders/libobjc/ChangeLog.noheader
    branches/libobjc_noheaders/libobjc/configure
    branches/libobjc_noheaders/libobjc/configure.ac


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