diff options
Diffstat (limited to 'bfd/elf32-ppc.h')
-rw-r--r-- | bfd/elf32-ppc.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/elf32-ppc.h b/bfd/elf32-ppc.h index ead9c944d69..72be813a804 100644 --- a/bfd/elf32-ppc.h +++ b/bfd/elf32-ppc.h @@ -17,7 +17,5 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -bfd_boolean ppc_elf_tls_setup - PARAMS ((bfd *, struct bfd_link_info *)); -bfd_boolean ppc_elf_tls_optimize - PARAMS ((bfd *, struct bfd_link_info *)); +bfd_boolean ppc_elf_tls_setup (bfd *, struct bfd_link_info *); +bfd_boolean ppc_elf_tls_optimize (bfd *, struct bfd_link_info *); |