summaryrefslogtreecommitdiff
path: root/src/unexsunos4.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-28 18:00:52 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-28 18:00:52 +0000
commit56bd0ea4b6708eb3df0c4c80d4faaa7c379a512a (patch)
tree7918cf4c459c2c5778bdc4879c730190c517a271 /src/unexsunos4.c
parent924ba1d2670314c56a1cdb5357eeef3d4760623c (diff)
downloademacs-56bd0ea4b6708eb3df0c4c80d4faaa7c379a512a.tar.gz
[! sparc] (REL_INFO_TYPE): Use `struct relocation_info'.
Diffstat (limited to 'src/unexsunos4.c')
-rw-r--r--src/unexsunos4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexsunos4.c b/src/unexsunos4.c
index 2fc058db979..c591fb07bdc 100644
--- a/src/unexsunos4.c
+++ b/src/unexsunos4.c
@@ -232,7 +232,7 @@ unexec (new_name, a_name, bndry, bss_start, entry)
#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 */