aboutsummaryrefslogtreecommitdiff
path: root/ld/relax.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-12-12 00:54:14 +0000
committerIan Lance Taylor <ian@airs.com>1993-12-12 00:54:14 +0000
commit9f6294075ee0c6a0414499600eed661ce5aee2a3 (patch)
tree71dd78ce58ad288f67edbdb0a4035d84f496caac /ld/relax.h
parentaa53cd671474758239f42060db745db696dd1f55 (diff)
downloadgdb-9f6294075ee0c6a0414499600eed661ce5aee2a3.zip
gdb-9f6294075ee0c6a0414499600eed661ce5aee2a3.tar.gz
gdb-9f6294075ee0c6a0414499600eed661ce5aee2a3.tar.bz2
More gcc lint.
Diffstat (limited to 'ld/relax.h')
-rw-r--r--ld/relax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/relax.h b/ld/relax.h
index 3d1221d..de729d8 100644
--- a/ld/relax.h
+++ b/ld/relax.h
@@ -16,5 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. */
-void write_relax PARAMS ((bfd *output_bfd, PTR data, boolean relocateable));
+void write_relax PARAMS ((bfd *, PTR data, boolean relocateable));
boolean relax_section PARAMS ((lang_statement_union_type **this_ptr));