summaryrefslogtreecommitdiff
path: root/elfutils/libebl/libebl_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libebl/libebl_ppc.h')
-rw-r--r--elfutils/libebl/libebl_ppc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/elfutils/libebl/libebl_ppc.h b/elfutils/libebl/libebl_ppc.h
index 880cd399..5370ed0f 100644
--- a/elfutils/libebl/libebl_ppc.h
+++ b/elfutils/libebl/libebl_ppc.h
@@ -1,5 +1,5 @@
/* Interface for libebl_PPC module.
- Copyright (C) 2004 Red Hat, Inc.
+ Copyright (C) 2004, 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 ppc_reloc_type_check (int type);
/* Check relocation type use. */
extern bool ppc_reloc_valid_use (Elf *elf, int type);
+/* Check for the simple reloc types. */
+extern Elf_Type ppc_reloc_simple_type (Elf *elf, int type);
+
/* Code note handling. */
extern bool ppc_core_note (const char *name, uint32_t type, uint32_t descsz,
const char *desc);