mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
[! sparc] (REL_INFO_TYPE): Use `struct relocation_info'.
This commit is contained in:
parent
9f051ac24d
commit
9629ced85f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue