aboutsummaryrefslogtreecommitdiff
path: root/libobjc
AgeCommit message (Collapse)AuthorFilesLines
1998-11-08* Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.Kaveh R. Ghazi2-1/+6
From-SVN: r23575
1998-10-22* configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).Kaveh R. Ghazi3-29/+36
From-SVN: r23218
1998-10-16Minor changes in the documentation. Correctly define get_inner_array_type.Ovidiu Predescu3-3/+13
From-SVN: r23144
1998-10-08encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.Richard Frith-Macdonald3-2/+13
* encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF. (objc_get_type_qualifiers): Similarly. * objc/encoding.h (_C_BYREF): Define. (_F_BYREF): Define. From-SVN: r22917
1998-10-06sarray.h: Make boffset be an unsigned long when sparc so it works out on ↵David S. Miller2-1/+6
64-bit systems. * objc/sarray.h: Make boffset be an unsigned long when sparc so it works out on 64-bit systems. From-SVN: r22881
1998-10-06* Makefile.in (INCLUDES): Make it multilib-friendlyAlexandre Oliva2-2/+6
From-SVN: r22871
1998-10-02* Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.H.J. Lu2-1/+6
From-SVN: r22750
1998-10-01Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.Robert Lipe5-9/+52
* Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP. (FLAGS_TO_PASS): Added. (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP. * archive.c: Change config.h to tconfig.h. * configure.in: Find gcc's object directory even for multilibs. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r22725
1998-09-30configure.in: Escape ^ in grep string.Robert Lipe3-2/+7
* configure.in: Escape ^ in grep string. * configure: Rebuilt. From-SVN: r22681
1998-09-30* All .h files pushed down into the objc/ subdirectory.Jeffrey A Law16-3/+10
* Makefile.in (copy_headers): Corresponding changes. * configure.in (AC_INIT): Corresponding changes. * configure: Rebuilt. From-SVN: r22664
1998-09-30Rebuilt.Jeff Law1-1/+1
From-SVN: r22663
1998-09-29Makefile.in: Rewrite.Ben Elliston11-8/+1766
* Makefile.in: Rewrite. * configure.in: Likewise. * configure: Regenerate. * All .c files. Remove "objc" prefix when including objc header files. Include tconfig.h, not ../tconfig.h. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r22659
1998-09-21encoding.c (TREE_TYPE, ARRAY_TYPE): Define.Ovidiu Predescu2-0/+9
* encoding.c (TREE_TYPE, ARRAY_TYPE): Define. (get_inner_array_type): Define. From-SVN: r22536
1998-09-211998-09-21 Ben Elliston <bje@cygnus.com>Ben Elliston44-0/+12625
* New directory. Moved files from ../gcc/objc. From-SVN: r22514
1998-09-17Move documentation files from egcs/gcc/objc.Ben Elliston5-0/+936
From-SVN: r22461