]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/opt-read.awk
[ARC] Remove Rs5 constraint.
[thirdparty/gcc.git] / gcc / opt-read.awk
index 81c3ea894d9738571474ce585b4133bbba30212d..151a16f1592cd3817a18fdc68591c41a768a80a2 100644 (file)
@@ -1,5 +1,4 @@
-#  Copyright (C) 2003,2004,2005,2006,2007,2008, 2010, 2011, 2012
-#  Free Software Foundation, Inc.
+#  Copyright (C) 2003-2019 Free Software Foundation, Inc.
 #  Contributed by Kelley Cook, June 2004.
 #  Original code from Neil Booth, May 2003.
 #
@@ -41,6 +40,7 @@ BEGIN {
        {
                if ($1 == "Language") {
                        langs[n_langs] = $2
+                        lang_numbers[$2] = n_langs
                        n_langs++;
                }
                else if ($1 == "TargetSave") {