powerpc gold, work around pr17670
[platform/upstream/binutils.git] / gold / compressed_output.cc
index 16d9129..19a7f63 100644 (file)
@@ -1,6 +1,6 @@
 // compressed_output.cc -- manage compressed debug sections for gold
 
-// Copyright 2007, 2008, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2007-2014 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -135,7 +135,7 @@ zlib_compress(const unsigned char*, unsigned long,
 
 static bool
 zlib_decompress(const unsigned char*, unsigned long,
-               unsigned char**, unsigned long*)
+               unsigned char*, unsigned long)
 {
   return false;
 }