X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fdeffilep.y;h=ccceed04997ca567f46ac4e4800a6a9a98db2318;hb=aefd8b33d97bded58e51d75271f99e1eaec9fb28;hp=2dd21be8bb6582dc48dd607422c7110d3c6eacf0;hpb=3d4a522e2556c6484f64331af24664ed5e8aa2a3;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/deffilep.y b/ld/deffilep.y index 2dd21be8bb..ccceed0499 100644 --- a/ld/deffilep.y +++ b/ld/deffilep.y @@ -1,7 +1,6 @@ %{ /* deffilep.y - parser for .def files */ -/* Copyright 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, - 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -905,8 +904,8 @@ def_file_add_directive (def_file *my_def, const char *param, int len) /* Scan forward until we encounter any of: - the end of the buffer - the start of a new option - - a newline seperating options - - a NUL seperating options. */ + - a newline separating options + - a NUL separating options. */ for (tend = (char *) (param + 1); (tend < pend && !(ISSPACE (tend[-1]) && *tend == '-')