diff options
author | Brian Paul <[email protected]> | 2005-01-04 14:33:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-04 14:33:47 +0000 |
commit | 932dee87e3002be87dc3bcc49efd8ac9ac3e1fa4 (patch) | |
tree | 164fc0a5e0cf7bb316fd20d6ae2f5740c448bd54 /src/mesa/x86/x86_cliptest.S | |
parent | bdbdab837eb8d84e2c2388ff2a780f5c0931473f (diff) |
use HIDDEN macro to export fewer symbols (bug 2210)
Diffstat (limited to 'src/mesa/x86/x86_cliptest.S')
-rw-r--r-- | src/mesa/x86/x86_cliptest.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/x86/x86_cliptest.S b/src/mesa/x86/x86_cliptest.S index 745d1dfb17f..f4038a583ae 100644 --- a/src/mesa/x86/x86_cliptest.S +++ b/src/mesa/x86/x86_cliptest.S @@ -1,4 +1,4 @@ -/* $Id: x86_cliptest.S,v 1.10 2002/06/11 01:26:58 brianp Exp $ */ +/* $Id: x86_cliptest.S,v 1.11 2005/01/04 14:33:47 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -101,6 +101,7 @@ clip_table: ALIGNTEXT16 GLOBL GLNAME( _mesa_x86_cliptest_points4 ) +HIDDEN(_mesa_x86_cliptest_points4) GLNAME( _mesa_x86_cliptest_points4 ): #ifdef ELFPIC @@ -275,6 +276,7 @@ LLBL(ctp4_finish): ALIGNTEXT16 GLOBL GLNAME( _mesa_x86_cliptest_points4_np ) +HIDDEN(_mesa_x86_cliptest_points4_np) GLNAME( _mesa_x86_cliptest_points4_np ): #ifdef ELFPIC |