aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
1998-05-14Make-lang.in (OBJC_O): Add missing exeext.Mumit Khan1-3/+3
1998-05-13Warning fixes:Kaveh R. Ghazi2-5/+6
1998-05-06typo typo fixes fixesJeff Law7-8/+8
1998-05-06toplev.h cleanups...Jim Wilson3-494/+496
1998-05-06More system.h cutover...Kaveh R. Ghazi2-6/+2
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law2-500/+512
1998-04-21Fixes a problem compiling on sparcs where STRUCT_VALUE is defined in sparc.h ...Kaveh R. Ghazi1-0/+1
1998-04-06More system.h cutover patches:Kaveh R. Ghazi3-17/+3
1998-04-05objc-act.c (encode_aggregate_within): Avoid GNU extensions in prototype and d...Jeffrey A Law1-3/+3
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law3-11/+13
1998-04-02gthr.h: Support systems that don't have weak, but have threads.Mike Stump1-0/+192
1998-03-28sendmsg.c (__objc_block_forward): Add braces for return value if INVISIBLE_ST...Jeffrey A Law1-11/+23
1998-03-23c-lang.c (lang_print_xnode): New function.Martin v. Löwis1-0/+11
1998-03-23c-parse.in: Recognize protocol qualifiers in class definitions for objc.H.J. Lu2-7/+7
1998-03-21Makefile.in: Various fixes for building cygwin32 native toolchains.Nick Clifton2-4/+4
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-7/+16
1998-02-22* objc/Object.m (-error): Call objc_verror with our va_list.Richard Henderson1-2/+2
1998-01-25Make-lang.in (objc.stage1): Depend on stage1-start.Kaveh R. Ghazi1-4/+4
1998-01-20Fix typo in yesterday's change.Jeff Law1-1/+1
1998-01-20Remove more bytecode stuff.Jeffrey A Law1-2/+2
1998-01-20Rebuilt.Jeff Law1-70/+78
1998-01-17* objc-parse.c: Recognize protocol qualifiers in class definitions.David T. McWherter1-0/+8
1997-12-24Makefile.in (GTHREAD_FLAGS): New var.Teemu Torma1-0/+281
1997-12-22cse.c (rtx_cost): Add default case in enumeration switch.Kaveh R. Ghazi1-0/+10
1997-12-18Make-lang.in: Create runtime-info.h and libobjc_entry.o in the build directory.Andreas Schwab1-8/+9
1997-12-12Rebuild after recent changes.Jeff Law1-496/+495
1997-12-11tree.c, tree.h: Change tree_code_type, tree_code_length, and tree_code_name f...John F. Carr2-24/+14
1997-12-11objc-act.c (lang_report_error_function): Disable.H.J. Lu2-10/+161
1997-12-06Merge from gcc-2.8Jeff Law1-10/+16
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law2-52/+52
1997-11-02This commit was generated by cvs2svn to compensate for changes in r16274,Jeff Law2-1763/+1778
1997-08-25H.J. Lu's SMP patch.Jim Wilson1-0/+2
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law2-0/+8041
1997-08-02* objc/Make-lang.in (OBJC_CCOMMON): Removed.Per Bothner1-7/+3
1997-08-01* objc/objc-act.c (lang_init): Don't check_newline #if USE_CPPLIB.Per Bothner1-0/+2
1997-07-21Comment out lines containing just formfeeds.Paul Eggert2-8/+8
1997-07-18(copy-headers): Use $(srcdir) from this makefile, not the parent's.Richard Kenner1-1/+1
1997-07-18(objc-headers): Fix command for the new build directory layout, don'tRichard Kenner1-8/+5
1997-07-14Remove unapproved change.Richard Kenner1-2/+0
1997-07-07($(OBJC_O)): Also depend on $(GCC_PASSES).Jim Meyering1-0/+2
1997-07-02($(srcdir)/objc/objc-parse.c): Fix command to use the right file names.Richard Kenner1-2/+2
1997-06-27Initial revisionRichard Kenner2-0/+216
1997-06-27(libobjc_entry.o, libobjc_s.a, libobjc.dll): New targets.Richard Kenner1-3/+37
1997-06-27(search_for_method_in_list): No longer static.Richard Kenner1-2/+2
1997-06-27Print message about ObjC thread file.Richard Kenner1-0/+2
1997-06-27(OBJC_THREAD_FILE): New definition.Richard Kenner1-0/+3
1997-06-27Make-lang.in (OBJC_CCOMMON): Object files don't go in srcdir.Doug Evans1-35/+34
1997-06-27(__objc_thread_yield): Use sched_yield instead.Richard Kenner1-1/+1
1997-06-25(objc-runtime): Add objc-headers.Richard Kenner1-1/+1
1997-06-25Define front-end/back-end interface functions and structures.Richard Kenner1-22/+61