OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [binutils/] [bucomm.h] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
/* bucomm.h -- binutils common include file.
/* bucomm.h -- binutils common include file.
   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
   2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
   2001, 2002, 2003, 2005, 2006, 2007 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
   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
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.
   (at your option) any later version.
 
 
   This program is distributed in the hope that it will be useful,
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   GNU General Public License for more details.
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   along with this program; if not, write to the Free Software
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
   MA 02110-1301, USA.  */
   MA 02110-1301, USA.  */


#ifndef _BUCOMM_H
#ifndef _BUCOMM_H
#define _BUCOMM_H
#define _BUCOMM_H
 
 
/* Return the filename in a static buffer.  */
/* Return the filename in a static buffer.  */
const char *bfd_get_archive_filename (bfd *);
const char *bfd_get_archive_filename (bfd *);
 
 
void bfd_nonfatal (const char *);
void bfd_nonfatal (const char *);
 
 
void bfd_nonfatal_message (const char *, const bfd *, const asection *,
void bfd_nonfatal_message (const char *, const bfd *, const asection *,
                           const char *, ...);
                           const char *, ...);
 
 
void bfd_fatal (const char *) ATTRIBUTE_NORETURN;
void bfd_fatal (const char *) ATTRIBUTE_NORETURN;
 
 
void report (const char *, va_list) ATTRIBUTE_PRINTF(1,0);
void report (const char *, va_list) ATTRIBUTE_PRINTF(1,0);
 
 
void fatal (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
void fatal (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
 
 
void non_fatal (const char *, ...) ATTRIBUTE_PRINTF_1;
void non_fatal (const char *, ...) ATTRIBUTE_PRINTF_1;
 
 
void set_default_bfd_target (void);
void set_default_bfd_target (void);
 
 
void list_matching_formats (char **);
void list_matching_formats (char **);
 
 
void list_supported_targets (const char *, FILE *);
void list_supported_targets (const char *, FILE *);
 
 
void list_supported_architectures (const char *, FILE *);
void list_supported_architectures (const char *, FILE *);
 
 
int display_info (void);
int display_info (void);
 
 
void print_arelt_descr (FILE *, bfd *, bfd_boolean);
void print_arelt_descr (FILE *, bfd *, bfd_boolean);
 
 
char *make_tempname (char *);
char *make_tempname (char *);
char *make_tempdir (char *);
char *make_tempdir (char *);
 
 
bfd_vma parse_vma (const char *, const char *);
bfd_vma parse_vma (const char *, const char *);
 
 
off_t get_file_size (const char *);
off_t get_file_size (const char *);
 
 
extern char *program_name;
extern char *program_name;
 
 
/* filemode.c */
/* filemode.c */
void mode_string (unsigned long, char *);
void mode_string (unsigned long, char *);
 
 
/* version.c */
/* version.c */
extern void print_version (const char *);
extern void print_version (const char *);
 
 
/* rename.c */
/* rename.c */
extern void set_times (const char *, const struct stat *);
extern void set_times (const char *, const struct stat *);
 
 
extern int smart_rename (const char *, const char *, int);
extern int smart_rename (const char *, const char *, int);
 
 
/* libiberty.  */
/* libiberty.  */
void *xmalloc (size_t);
void *xmalloc (size_t);
 
 
void *xrealloc (void *, size_t);
void *xrealloc (void *, size_t);
 
 
#endif /* _BUCOMM_H */
#endif /* _BUCOMM_H */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.