gallium/util: use #pragma section instead of #pragma data_seg
authorLuca Barbieri <luca@luca-barbieri.com>
Thu, 1 Apr 2010 22:41:51 +0000 (00:41 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Thu, 1 Apr 2010 22:48:27 +0000 (00:48 +0200)
commit3040462c10c19ba8f4a2ab64feee41a18c86a578
tree5f6683e91ff0c0ed2743e6672edb231dbf90347e
parent6c5f444f596984778a786b49058d3cf2a4fd2c2c
gallium/util: use #pragma section instead of #pragma data_seg

They apparently both declare the section, but #pragma data_seg
also puts all subsequent definitions in the section, which is
undesirable.

This should be the correct solution, and is actually used by the
reference I cited (but I forgot to do it in my code).

Untested, let me know if it doesn't work.
src/gallium/auxiliary/util/u_init.h