diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-07 09:20:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-07 09:20:25 +0000 |
commit | 8e5a525cbb1532e31202a5895b56deac1bede9b5 (patch) | |
tree | 9e67c3bb3b8bd6ab7a624fc36ddfd1be46fa0053 /ld | |
parent | ae990a1af39e7b6f3f27a988415493bcb187acc5 (diff) | |
download | binutils-8e5a525cbb1532e31202a5895b56deac1bede9b5.zip binutils-8e5a525cbb1532e31202a5895b56deac1bede9b5.tar.gz binutils-8e5a525cbb1532e31202a5895b56deac1bede9b5.tar.bz2 |
* ldgram.y: Fix typo.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ldgram.y | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a221876..fbb3dec 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * ldgram.y: Fix typo. + 2001-05-03 H.J. Lu <hjl@gnu.org> * emultempl/elf32.em: Include "libiberty.h". diff --git a/ld/ldgram.y b/ld/ldgram.y index bbb47a3..e7f4a59 100644 --- a/ld/ldgram.y +++ b/ld/ldgram.y @@ -1,6 +1,6 @@ -/* A YACC grammer to parse a superset of the AT&T linker scripting languaue. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 - Free Software Foundation, Inc. +/* A YACC grammar to parse a superset of the AT&T linker scripting language. + Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support (steve@cygnus.com). This file is part of GNU ld. |