diff options
author | Luca Barbieri <luca@luca-barbieri.com> | 2010-04-02 00:41:51 +0200 |
---|---|---|
committer | Luca Barbieri <luca@luca-barbieri.com> | 2010-04-02 00:48:27 +0200 |
commit | 3040462c10c19ba8f4a2ab64feee41a18c86a578 (patch) | |
tree | 5f6683e91ff0c0ed2743e6672edb231dbf90347e /src/gallium/drivers/identity | |
parent | 6c5f444f596984778a786b49058d3cf2a4fd2c2c (diff) |
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.
Diffstat (limited to 'src/gallium/drivers/identity')
0 files changed, 0 insertions, 0 deletions