summaryrefslogtreecommitdiffstats
path: root/backends/arm_init.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-04-14 18:44:45 -0700
committerRoland McGrath <[email protected]>2009-04-15 02:10:30 -0700
commiteb9ba470ff1f65a85f47cd6c325acf836abd2af8 (patch)
treea271e321e639841421a724739fdde4e7da003ead /backends/arm_init.c
parent94f438311f24a11c17ab4d9ed73c6fdc9b059e3e (diff)
Nominal ARM support.
Diffstat (limited to 'backends/arm_init.c')
-rw-r--r--backends/arm_init.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/backends/arm_init.c b/backends/arm_init.c
index 172af198..15c0ee67 100644
--- a/backends/arm_init.c
+++ b/backends/arm_init.c
@@ -1,5 +1,5 @@
/* Initialization of Arm specific backend library.
- Copyright (C) 2002, 2005 Red Hat, Inc.
+ Copyright (C) 2002, 2005, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <[email protected]>, 2002.
@@ -50,7 +50,15 @@ arm_init (elf, machine, eh, ehlen)
/* We handle it. */
eh->name = "ARM";
arm_init_reloc (eh);
+ HOOK (eh, segment_type_name);
+ HOOK (eh, section_type_name);
+ HOOK (eh, machine_flag_check);
HOOK (eh, reloc_simple_type);
+ HOOK (eh, register_info);
+ HOOK (eh, core_note);
+ HOOK (eh, auxv_info);
+ HOOK (eh, check_object_attribute);
+ HOOK (eh, return_value_location);
return MODVERSION;
}