[BACK]Return to input-file.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / gas

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/gas/input-file.h between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2016/10/26 17:02:45 version 1.1.1.3, 2018/04/14 15:36:38
Line 1 
Line 1 
 /* input_file.h header for input-file.c  /* input_file.h header for input-file.c
    Copyright (C) 1987-2015 Free Software Foundation, Inc.     Copyright (C) 1987-2016 Free Software Foundation, Inc.
   
    This file is part of GAS, the GNU Assembler.     This file is part of GAS, the GNU Assembler.
   
Line 61  size_t input_file_buffer_size (void);
Line 61  size_t input_file_buffer_size (void);
 void input_file_begin (void);  void input_file_begin (void);
 void input_file_close (void);  void input_file_close (void);
 void input_file_end (void);  void input_file_end (void);
 void input_file_open (char *filename, int pre);  void input_file_open (const char *filename, int pre);
 void input_file_pop (char *arg);  void input_file_pop (char *arg);

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

CVSweb <webmaster@jp.NetBSD.org>