dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/libgc dyn_load.c,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/libgc dyn_load.c,1.3,1.4
Date: Thu, 13 Nov 2003 20:34:45 +0000

Update of /cvsroot/dotgnu-pnet/pnet/libgc
In directory subversions:/tmp/cvs-serv2128/libgc

Modified Files:
        dyn_load.c 
Log Message:


Fixes for IBM's AIX compiler.


Index: dyn_load.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/libgc/dyn_load.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** dyn_load.c  6 Feb 2003 01:35:45 -0000       1.3
--- dyn_load.c  13 Nov 2003 20:34:42 -0000      1.4
***************
*** 440,444 ****
      prot_buf[4] = '\0';
  
!     if (prot_buf[1] == 'w') { // we can skip all of this if it's not writable
  
          tok = buf_ptr;
--- 440,444 ----
      prot_buf[4] = '\0';
  
!     if (prot_buf[1] == 'w') { // we can skip all of this if it is not writable
  
          tok = buf_ptr;
***************
*** 1070,1075 ****
                GC_add_roots_inner(
                                ldi->ldinfo_dataorg,
!                               (unsigned long)ldi->ldinfo_dataorg
!                               + ldi->ldinfo_datasize,
                                TRUE);
                ldi = len ? (struct ld_info *)((char *)ldi + len) : 0;
--- 1070,1075 ----
                GC_add_roots_inner(
                                ldi->ldinfo_dataorg,
!                               (ptr_t)((unsigned long)ldi->ldinfo_dataorg
!                               + ldi->ldinfo_datasize),
                                TRUE);
                ldi = len ? (struct ld_info *)((char *)ldi + len) : 0;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]