summaryrefslogtreecommitdiffstats
path: root/backends/s390_init.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2006-01-12 03:08:35 +0000
committerRoland McGrath <[email protected]>2006-01-12 03:08:35 +0000
commit5f38a2c1a4724bb210c62de469a367497942c72a (patch)
tree72c4fa35463d69ecc5a69a1322fbf12d2801b29b /backends/s390_init.c
parentef6fbff9407492d4f54ddcd6ab99fb463c0a7980 (diff)
2006-01-11 Roland McGrath <[email protected]>
* s390_regs.c: New file. * Makefile.am (s390_SRCS): Add it. * s390_init.c (s390_init): Install register_name hook.
Diffstat (limited to 'backends/s390_init.c')
-rw-r--r--backends/s390_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/s390_init.c b/backends/s390_init.c
index 64b373b4..d39495cf 100644
--- a/backends/s390_init.c
+++ b/backends/s390_init.c
@@ -1,5 +1,5 @@
/* Initialization of S/390 specific backend library.
- Copyright (C) 2005 Red Hat, Inc.
+ Copyright (C) 2005, 2006 Red Hat, Inc.
This program is Open Source software; you can redistribute it and/or
modify it under the terms of the Open Software License version 1.0 as
@@ -38,6 +38,7 @@ s390_init (elf, machine, eh, ehlen)
eh->name = "IBM S/390";
s390_init_reloc (eh);
HOOK (eh, reloc_simple_type);
+ HOOK (eh, register_name);
return MODVERSION;
}