Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/gas/output-file.h

    r970 r1973  
    11/* This file is output-file.h
    22
    3    Copyright (C) 1987-2014 Free Software Foundation, Inc.
     3   Copyright (C) 1987-2016 Free Software Foundation, Inc.
    44
    55   This file is part of GAS, the GNU Assembler.
     
    2020
    2121void output_file_append (char *where, long length, char *filename);
    22 void output_file_close (char *filename);
    23 void output_file_create (char *name);
     22void output_file_close (const char *filename);
     23void output_file_create (const char *name);
    2424
    2525/* end of output-file.h */
Note: See TracChangeset for help on using the changeset viewer.