diff options
Diffstat (limited to 'gcc/mkmap-flat.awk')
-rw-r--r-- | gcc/mkmap-flat.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mkmap-flat.awk b/gcc/mkmap-flat.awk index ff16ac9..377731a 100644 --- a/gcc/mkmap-flat.awk +++ b/gcc/mkmap-flat.awk @@ -1,5 +1,5 @@ # Generate a flat list of symbols to export. -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007, 2008 Free Software Foundation, Inc. # Contributed by Richard Henderson <rth@cygnus.com> # # This file is part of GCC. @@ -56,7 +56,7 @@ state == "nm" { # Now we process a simplified variant of the Solaris symbol version # script. We have one symbol per line, no semicolons, simple markers # for beginning and ending each section, and %inherit markers for -# describing version inheritence. A symbol may appear in more than +# describing version inheritance. A symbol may appear in more than # one symbol version, and the last seen takes effect. # The magic version name '%exclude' causes all the symbols given that # version to be dropped from the output (unless a later version overrides). |