--- gcc/config/i370/mvs370.c 2018/04/24 18:17:20 1.1.1.1 +++ gcc/config/i370/mvs370.c 2018/04/24 18:31:12 1.1.1.2 @@ -1,7 +1,7 @@ /* Subroutines for insn-output.c for System/370. - Copyright (C) 1989, 1993 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1995 Free Software Foundation, Inc. Contributed by Jan Stein (jan@cd.chalmers.se). - Modified for MVS C/370 by Dave Pitts (pitts@mcdata.com) + Modified for MVS C/370 by Dave Pitts (dpitts@nyx.cs.du.edu) This file is part of GNU CC. @@ -17,7 +17,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include #include @@ -48,7 +49,7 @@ label_node_t; /* Is 1 when a label has been generated and the base register must be reloaded. */ -int mvs_label_emited = 0; +int mvs_label_emitted = 0; /* Current function starting base page. */ int function_base_page; @@ -74,7 +75,7 @@ static label_node_t *label_anchor = 0; /* Label node free list anchor. */ static label_node_t *free_anchor = 0; -/* Assembler source file decriptor. */ +/* Assembler source file descriptor. */ static FILE *assembler_source = 0; /* Define the length of the internal MVS function table. */ @@ -243,9 +244,9 @@ mvs_map_char (c) int check_label_emit (void) { - if (mvs_label_emited) + if (mvs_label_emitted) { - mvs_label_emited = 0; + mvs_label_emitted = 0; mvs_page_code += 4; fprintf (assembler_source, "\tL\t%d,%d(,%d)\n", BASE_REGISTER, (mvs_page_num - function_base_page) * 4,