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]

r107061 - in /branches/libobjc_noheaders/libobj...


Author: pinskia
Date: Wed Nov 16 01:16:36 2005
New Revision: 107061

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

        * configure.ac (target_config_directory): New variable and
        substitute it.
        * configure: Regenerate.
        * Makefile.in (target_config_directory): Define.
        (ALL_CFLAGS): Use target_config_directory.
        * config/backwards/abi.h: New file.
        * encoding: Don't include tm.h, tconfig.h, and coretypes.h
        Include abi.h.
        (MAX, MIN, ROUND, TREE_CODE, TREE_TYPE, RECORD_TYPE, UNION_TYPE,
        QUAL_UNION_TYPE, ARRAY_TYPE, REAL_TYPE, VECTOR_TYPE, TYPE_FIELDS,
        DECL_MODE, TYPE_MODE, DFmode, get_inner_array_type, BITS_PER_UNIT,
        STRUCTURE_SIZE_BOUNDARY, ALTIVEC_VECTOR_MODE,
        rs6000_special_round_type_align, target_flags): Don't define
        (not_target_flags): Don't declare.
        * sendmsg.c: Don't include tm.h.
        Include abi.h.
        (gen_rtx, gen_rtx_MEM, gen_rtx_REG, rtx): Don't define.
        (INVISIBLE_STRUCT_RETURN): Don't define.


Added:
    branches/libobjc_noheaders/libobjc/config/
    branches/libobjc_noheaders/libobjc/config/backwards/
    branches/libobjc_noheaders/libobjc/config/backwards/abi.h
Modified:
    branches/libobjc_noheaders/libobjc/Makefile.in
    branches/libobjc_noheaders/libobjc/configure
    branches/libobjc_noheaders/libobjc/configure.ac
    branches/libobjc_noheaders/libobjc/encoding.c
    branches/libobjc_noheaders/libobjc/sendmsg.c


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