Commit 488e3acc by Richard Sandiford Committed by Richard Sandiford

gen-mul-tables.cc: Put copyright on one line.

gcc/
	* config/tilepro/gen-mul-tables.cc: Put copyright on one line.

From-SVN: r194940
parent c19ff724
2013-01-06 Richard Sandiford <rdsandiford@googlemail.com>
* config/tilepro/gen-mul-tables.cc: Put copyright on one line.
2013-01-05 David Edelsohn <dje.gcc@gmail.com> 2013-01-05 David Edelsohn <dje.gcc@gmail.com>
* config/rs6000/aix53.h (LIB_SPEC): Add -lpthreads when compiling * config/rs6000/aix53.h (LIB_SPEC): Add -lpthreads when compiling
......
/* Multiply table generator for tile. /* Multiply table generator for tile.
Copyright (C) 2011, 2012 Copyright (C) 2011, 2012 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Walter Lee (walt@tilera.com) Contributed by Walter Lee (walt@tilera.com)
This file is part of GCC. This file is part of GCC.
...@@ -1231,8 +1230,7 @@ main () ...@@ -1231,8 +1230,7 @@ main ()
#else #else
printf ("/* Constant multiply table for TILE-Gx.\n"); printf ("/* Constant multiply table for TILE-Gx.\n");
#endif #endif
printf (" Copyright (C) 2011, 2012\n"); printf (" Copyright (C) 2011, 2012 Free Software Foundation, Inc.\n");
printf (" Free Software Foundation, Inc.\n");
printf (" Contributed by Walter Lee (walt@tilera.com)\n"); printf (" Contributed by Walter Lee (walt@tilera.com)\n");
printf ("\n"); printf ("\n");
printf (" This file is part of GCC.\n"); printf (" This file is part of GCC.\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment