changeset 10278:2b4365800d04

[! sparc] (REL_INFO_TYPE): Use `struct relocation_info'.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Dec 1994 18:00:52 +0000
parents 82b5f32c84de
children 89cf458ed188
files src/unexsunos4.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexsunos4.c	Wed Dec 28 08:12:25 1994 +0000
+++ b/src/unexsunos4.c	Wed Dec 28 18:00:52 1994 +0000
@@ -232,7 +232,7 @@
 #ifdef sparc
 #define REL_INFO_TYPE		struct reloc_info_sparc
 #else
-#define REL_INFO_TYPE		struct reloc_info_m68k
+#define REL_INFO_TYPE		struct relocation_info
 #endif /* sparc */
 #define REL_TARGET_ADDRESS(r)	(((REL_INFO_TYPE *)(r))->r_address)
 #endif /* SUNOS4 */