aboutsummaryrefslogtreecommitdiff
path: root/binutils/bucomm.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-03-24 11:28:35 +0000
committerNick Clifton <nickc@redhat.com>2003-03-24 11:28:35 +0000
commit06d86cf78eeb35897934df3c12e1024f305b2540 (patch)
tree7d04d067655fa4d197f365eaa09e93c3380ee268 /binutils/bucomm.h
parent17c0759ec471ba99d575e0c8c25b22e1bfe8ff43 (diff)
downloadfsf-binutils-gdb-06d86cf78eeb35897934df3c12e1024f305b2540.zip
fsf-binutils-gdb-06d86cf78eeb35897934df3c12e1024f305b2540.tar.gz
fsf-binutils-gdb-06d86cf78eeb35897934df3c12e1024f305b2540.tar.bz2
Move display_info() function into bucomm.c
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r--binutils/bucomm.h37
1 files changed, 20 insertions, 17 deletions
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));