Changeset 1973 for binutils/trunk/gas/output-file.h
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/gas/output-file.h ¶
r970 r1973 1 1 /* This file is output-file.h 2 2 3 Copyright (C) 1987-201 4Free Software Foundation, Inc.3 Copyright (C) 1987-2016 Free Software Foundation, Inc. 4 4 5 5 This file is part of GAS, the GNU Assembler. … … 20 20 21 21 void output_file_append (char *where, long length, char *filename); 22 void output_file_close (c har *filename);23 void output_file_create (c har *name);22 void output_file_close (const char *filename); 23 void output_file_create (const char *name); 24 24 25 25 /* end of output-file.h */
Note:
See TracChangeset
for help on using the changeset viewer.