Deleted Added
full compact
bucomm.h (78828) bucomm.h (89857)
1/* bucomm.h -- binutils common include file.
2 Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
3 Free Software Foundation, Inc.
4
5This file is part of GNU Binutils.
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 150 unchanged lines hidden (view full) ---

159void non_fatal PARAMS ((const char *, ...)) ATTRIBUTE_PRINTF_1;
160
161void set_default_bfd_target PARAMS ((void));
162
163void list_matching_formats PARAMS ((char **p));
164
165void list_supported_targets PARAMS ((const char *, FILE *));
166
1/* bucomm.h -- binutils common include file.
2 Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
3 Free Software Foundation, Inc.
4
5This file is part of GNU Binutils.
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 150 unchanged lines hidden (view full) ---

159void non_fatal PARAMS ((const char *, ...)) ATTRIBUTE_PRINTF_1;
160
161void set_default_bfd_target PARAMS ((void));
162
163void list_matching_formats PARAMS ((char **p));
164
165void list_supported_targets PARAMS ((const char *, FILE *));
166
167void list_supported_architectures PARAMS ((const char *, FILE *));
168
167void print_arelt_descr PARAMS ((FILE *file, bfd *abfd, boolean verbose));
168
169char *make_tempname PARAMS ((char *));
170
171bfd_vma parse_vma PARAMS ((const char *, const char *));
172
173extern char *program_name;
174

--- 17 unchanged lines hidden ---
169void print_arelt_descr PARAMS ((FILE *file, bfd *abfd, boolean verbose));
170
171char *make_tempname PARAMS ((char *));
172
173bfd_vma parse_vma PARAMS ((const char *, const char *));
174
175extern char *program_name;
176

--- 17 unchanged lines hidden ---