summaryrefslogtreecommitdiff
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
commit0c90327f184f5b8f728b9a8f5d3a5694d6a1bf6e (patch)
tree51c65c539f74de595fc2629168291ab93359923b /binutils/bucomm.h
parent7a0e5f800f68b92609bf31c3262f7de21a432475 (diff)
downloadbinutils-redhat-0c90327f184f5b8f728b9a8f5d3a5694d6a1bf6e.tar.gz
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 7a11ea8afc..2598d13386 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));