/[gcl]/gcl/unixport/rsym_elf.c
ViewVC logotype

Diff of /gcl/unixport/rsym_elf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by camm, Fri Jan 4 21:20:13 2002 UTC revision 1.4 by camm, Sun Jan 6 07:40:25 2002 UTC
# Line 231  char *out; Line 231  char *out;
231             && tmp[1]=='@'             && tmp[1]=='@'
232             && tmp[2]=='G'             && tmp[2]=='G'
233             && tmp[3]=='L'             && tmp[3]=='L'
234             && tmp[4]=='I') {             && tmp[4]=='I')
235           *tmp=0;                 *tmp=0;      
   
          /* Some glibc have _setjmp as a strong symbol.  We will need  
             __sigsetjmp, to which _setjmp apparently points, to run  
             properly */  
   
          if (!(strcmp(name,"_setjmp")))  
            name="__sigsetjmp";  
   
        }  
236       }       }
237    
238         { dprintf(tab.n_symbols %d , tab.n_symbols);         { dprintf(tab.n_symbols %d , tab.n_symbols);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26