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