summaryrefslogtreecommitdiffstats
path: root/backends/s390_init.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2006-01-13 00:51:21 +0000
committerRoland McGrath <[email protected]>2006-01-13 00:51:21 +0000
commit321327a975d245ae83d71132b9b8832448aa5400 (patch)
treedcaa49eb39a2209f670de5cfab9d08be07f5521a /backends/s390_init.c
parent4b248ceaa6c5b348b563ca34cc4303ed7533ed3f (diff)
2006-01-12 Roland McGrath <[email protected]>
* s390_retval.c: New file. * Makefile.am (s390_SRCS): Add it. * s390_init.c (s390_init): Install return_value_location hook.
Diffstat (limited to 'backends/s390_init.c')
-rw-r--r--backends/s390_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/s390_init.c b/backends/s390_init.c
index d39495cf..c956e82a 100644
--- a/backends/s390_init.c
+++ b/backends/s390_init.c
@@ -39,6 +39,7 @@ s390_init (elf, machine, eh, ehlen)
s390_init_reloc (eh);
HOOK (eh, reloc_simple_type);
HOOK (eh, register_name);
+ HOOK (eh, return_value_location);
return MODVERSION;
}