xref: /dflybsd-src/contrib/binutils-2.27/gas/output-file.h (revision e656dc90e3d65d744d534af2f5ea88cf8101ebcf)
1*a9fa9459Szrj /* This file is output-file.h
2*a9fa9459Szrj 
3*a9fa9459Szrj    Copyright (C) 1987-2016 Free Software Foundation, Inc.
4*a9fa9459Szrj 
5*a9fa9459Szrj    This file is part of GAS, the GNU Assembler.
6*a9fa9459Szrj 
7*a9fa9459Szrj    GAS is free software; you can redistribute it and/or modify
8*a9fa9459Szrj    it under the terms of the GNU General Public License as published by
9*a9fa9459Szrj    the Free Software Foundation; either version 3, or (at your option)
10*a9fa9459Szrj    any later version.
11*a9fa9459Szrj 
12*a9fa9459Szrj    GAS is distributed in the hope that it will be useful,
13*a9fa9459Szrj    but WITHOUT ANY WARRANTY; without even the implied warranty of
14*a9fa9459Szrj    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*a9fa9459Szrj    GNU General Public License for more details.
16*a9fa9459Szrj 
17*a9fa9459Szrj    You should have received a copy of the GNU General Public License
18*a9fa9459Szrj    along with GAS; see the file COPYING.  If not, write to
19*a9fa9459Szrj    the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
20*a9fa9459Szrj 
21*a9fa9459Szrj void output_file_append (char *where, long length, char *filename);
22*a9fa9459Szrj void output_file_close (const char *filename);
23*a9fa9459Szrj void output_file_create (const char *name);
24*a9fa9459Szrj 
25*a9fa9459Szrj /* end of output-file.h */
26