emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/unexaix.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/unexaix.c
Date: Tue, 04 Feb 2003 09:03:46 -0500

Index: emacs/src/unexaix.c
diff -c emacs/src/unexaix.c:1.18 emacs/src/unexaix.c:1.19
*** emacs/src/unexaix.c:1.18    Tue Nov 23 12:22:03 1999
--- emacs/src/unexaix.c Tue Feb  4 09:03:13 2003
***************
*** 175,181 ****
        || unrelocate_symbols (new, a_out, a_name, new_name) < 0)
      {
        close (new);
!       return -1;      
      }
  
    close (new);
--- 175,181 ----
        || unrelocate_symbols (new, a_out, a_name, new_name) < 0)
      {
        close (new);
!       return -1;
      }
  
    close (new);
***************
*** 358,364 ****
            s->s_scnptr += bias;
            ptr = s->s_scnptr;
          }
!   
        ptr = ptr + s->s_size;
        }
    }
--- 358,364 ----
            s->s_scnptr += bias;
            ptr = s->s_scnptr;
          }
! 
        ptr = ptr + s->s_size;
        }
    }
***************
*** 413,419 ****
  }
  
  /* ****************************************************************
!  
   *
   * Copy the text and data segments from memory to the new a.out
   */
--- 413,419 ----
  }
  
  /* ****************************************************************
! 
   *
   * Copy the text and data segments from memory to the new a.out
   */
***************
*** 589,595 ****
  #ifndef ALIGN_DATA_RELOC
    ulong d_reloc = (ulong) &_data - f_ohdr.data_start;
  #else
!   /* This worked (and was needed) before AIX 4.2. 
       I have no idea why. -- Mike */
    ulong d_reloc = (ulong) &_data - ALIGN(f_ohdr.data_start, 2);
  #endif
--- 589,595 ----
  #ifndef ALIGN_DATA_RELOC
    ulong d_reloc = (ulong) &_data - f_ohdr.data_start;
  #else
!   /* This worked (and was needed) before AIX 4.2.
       I have no idea why. -- Mike */
    ulong d_reloc = (ulong) &_data - ALIGN(f_ohdr.data_start, 2);
  #endif




reply via email to

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