diff options
| author | Roland McGrath <[email protected]> | 2005-12-05 22:46:21 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-12-05 22:46:21 +0000 |
| commit | 994b4899278199fc4d307780dac0ea50b238bc74 (patch) | |
| tree | 319952538a8556fa7f4d1ffcb4ae258fc6c47a5b /backends/i386_init.c | |
| parent | 038129b11ac71a13ccaf9029122be86d6c532990 (diff) | |
merge of 2cc527e6d8c8ff19dab478f7d12e58f1cfa6d6f5
and 7b542932f3e2947183b45bdbf39d448f457da9fd
Diffstat (limited to 'backends/i386_init.c')
| -rw-r--r-- | backends/i386_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/i386_init.c b/backends/i386_init.c index 3c9bd371..da59eb38 100644 --- a/backends/i386_init.c +++ b/backends/i386_init.c @@ -43,6 +43,7 @@ i386_init (elf, machine, eh, ehlen) generic_debugscn_p = eh->debugscn_p; HOOK (eh, debugscn_p); HOOK (eh, return_value_location); + HOOK (eh, register_name); return MODVERSION; } |
