From 06d86cf78eeb35897934df3c12e1024f305b2540 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 24 Mar 2003 11:28:35 +0000 Subject: Move display_info() function into bucomm.c --- binutils/bucomm.h | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'binutils/bucomm.h') diff --git a/binutils/bucomm.h b/binutils/bucomm.h index 7a11ea8..2598d13 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -1,22 +1,22 @@ /* bucomm.h -- binutils common include file. Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2002 Free Software Foundation, Inc. + 2002, 2003 Free Software Foundation, Inc. -This file is part of GNU Binutils. + This file is part of GNU Binutils. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -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. */ + 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. */ #ifndef _BUCOMM_H #define _BUCOMM_H @@ -167,7 +167,7 @@ void set_default_bfd_target PARAMS ((void)); void list_matching_formats - PARAMS ((char **p)); + PARAMS ((char **)); void list_supported_targets PARAMS ((const char *, FILE *)); @@ -175,8 +175,11 @@ void list_supported_targets void list_supported_architectures PARAMS ((const char *, FILE *)); +int display_info + PARAMS ((void)); + void print_arelt_descr - PARAMS ((FILE *file, bfd *abfd, bfd_boolean verbose)); + PARAMS ((FILE *, bfd *, bfd_boolean)); char *make_tempname PARAMS ((char *)); @@ -188,7 +191,7 @@ extern char *program_name; /* filemode.c */ void mode_string - PARAMS ((unsigned long mode, char *buf)); + PARAMS ((unsigned long, char *)); /* version.c */ extern void print_version @@ -201,7 +204,7 @@ extern void set_times extern int smart_rename PARAMS ((const char *, const char *, int)); -/* libiberty */ +/* libiberty. */ PTR xmalloc PARAMS ((size_t)); -- cgit v1.1