[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/unexalpha.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/unexalpha.c |
Date: |
Tue, 04 Feb 2003 09:03:46 -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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/unexalpha.c,
Juanma Barranquero <=