Imported Upstream version 0.165
[platform/upstream/elfutils.git] / libebl / eblbsspltp.c
index 080e7c5..24c4a08 100644 (file)
@@ -1,5 +1,5 @@
 /* Check if backend uses a bss PLT.
-   Copyright (C) 2005 Red Hat, Inc.
+   Copyright (C) 2005, 2014 Red Hat, Inc.
    This file is part of elfutils.
 
    This file is free software; you can redistribute it and/or modify
@@ -35,9 +35,7 @@
 
 
 bool
-ebl_bss_plt_p (ebl, ehdr)
-     Ebl *ebl;
-     GElf_Ehdr *ehdr;
+ebl_bss_plt_p (Ebl *ebl)
 {
-  return ebl == NULL ? false : ebl->bss_plt_p (ebl->elf, ehdr);
+  return ebl == NULL ? false : ebl->bss_plt_p (ebl->elf);
 }