comparison gcc/config/tilepro/gen-mul-tables.cc @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Multiply table generator for tile. 1 /* Multiply table generator for tile.
2 Copyright (C) 2011-2017 Free Software Foundation, Inc. 2 Copyright (C) 2011-2018 Free Software Foundation, Inc.
3 Contributed by Walter Lee (walt@tilera.com) 3 Contributed by Walter Lee (walt@tilera.com)
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
1228 #ifdef TILEPRO 1228 #ifdef TILEPRO
1229 printf ("/* Constant multiply table for TILEPro.\n"); 1229 printf ("/* Constant multiply table for TILEPro.\n");
1230 #else 1230 #else
1231 printf ("/* Constant multiply table for TILE-Gx.\n"); 1231 printf ("/* Constant multiply table for TILE-Gx.\n");
1232 #endif 1232 #endif
1233 printf (" Copyright (C) 2011-2017 Free Software Foundation, Inc.\n"); 1233 printf (" Copyright (C) 2011-2018 Free Software Foundation, Inc.\n");
1234 printf (" Contributed by Walter Lee (walt@tilera.com)\n"); 1234 printf (" Contributed by Walter Lee (walt@tilera.com)\n");
1235 printf ("\n"); 1235 printf ("\n");
1236 printf (" This file is part of GCC.\n"); 1236 printf (" This file is part of GCC.\n");
1237 printf ("\n"); 1237 printf ("\n");
1238 printf (" GCC is free software; you can redistribute it and/or modify it\n"); 1238 printf (" GCC is free software; you can redistribute it and/or modify it\n");