emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/unexalpha.c
Date: Fri, 04 Apr 2003 01:24:07 -0500

Index: emacs/src/unexalpha.c
diff -c emacs/src/unexalpha.c:1.16 emacs/src/unexalpha.c:1.17
*** emacs/src/unexalpha.c:1.16  Mon Nov 25 14:21:10 2002
--- emacs/src/unexalpha.c       Tue Feb  4 09:03:13 2003
***************
*** 486,494 ****
        fprintf (stderr, "...relocated\n");
  #endif
  
!       if (rd_base[i].type == R_REFLONG) 
        len = 4;
!       else if (rd_base[i].type == R_REFQUAD) 
        len = 8;
        else
        fatal_unexec ("unrecognized relocation type in .dyn.rel section (symbol 
#%d)", (char *) i);
--- 486,494 ----
        fprintf (stderr, "...relocated\n");
  #endif
  
!       if (rd_base[i].type == R_REFLONG)
        len = 4;
!       else if (rd_base[i].type == R_REFQUAD)
        len = 8;
        else
        fatal_unexec ("unrecognized relocation type in .dyn.rel section (symbol 
#%d)", (char *) i);




reply via email to

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