summaryrefslogtreecommitdiffstats
path: root/libdwfl/derelocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdwfl/derelocate.c')
-rw-r--r--libdwfl/derelocate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdwfl/derelocate.c b/libdwfl/derelocate.c
index 0877276d..402bc06f 100644
--- a/libdwfl/derelocate.c
+++ b/libdwfl/derelocate.c
@@ -1,5 +1,5 @@
/* Recover relocatibility for addresses computed from debug information.
- Copyright (C) 2005, 2006, 2007 Red Hat, Inc.
+ Copyright (C) 2005, 2006, 2007, 2008 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -397,3 +397,4 @@ dwfl_module_address_section (Dwfl_Module *mod, Dwarf_Addr *address,
*bias = mod->main.bias;
return mod->reloc_info->refs[idx].scn;
}
+INTDEF (dwfl_module_address_section)