summaryrefslogtreecommitdiff
path: root/elfutils/libebl/libebl_i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libebl/libebl_i386.h')
-rw-r--r--elfutils/libebl/libebl_i386.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/elfutils/libebl/libebl_i386.h b/elfutils/libebl/libebl_i386.h
index ed719660..166a6072 100644
--- a/elfutils/libebl/libebl_i386.h
+++ b/elfutils/libebl/libebl_i386.h
@@ -1,5 +1,5 @@
/* Interface for libebl_i386 module.
- Copyright (C) 2000, 2001, 2002, 2003 Red Hat, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2005 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
@@ -33,6 +33,9 @@ extern bool i386_reloc_type_check (int type);
/* Check relocation type use. */
extern bool i386_reloc_valid_use (Elf *elf, int type);
+/* Check for the simple reloc types. */
+extern Elf_Type i386_reloc_simple_type (Elf *elf, int type);
+
/* Check relocation type use. */
extern bool i386_gotpc_reloc_check (Elf *elf, int type);