Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/boehm-gc/alloc.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    307307GC_stop_func stop_func;
    308308{
     309    if (GC_dont_gc) return FALSE;
    309310    if (GC_incremental && GC_collection_in_progress()) {
    310311#   ifdef CONDPRINT
     
    387388    register int i;
    388389   
     390    if (GC_dont_gc) return;
    389391    if (GC_incremental && GC_collection_in_progress()) {
    390392        for (i = GC_deficit; i < GC_RATE*n; i++) {
     
    447449#   endif
    448450       
     451#   if defined(REGISTER_LIBRARIES_EARLY)
     452        GC_cond_register_dynamic_libraries();
     453#   endif
    449454    STOP_WORLD();
    450455#   ifdef PRINTTIMES
Note: See TracChangeset for help on using the changeset viewer.