/[gcl]/gcl/o/sfasli.c
ViewVC logotype

Diff of /gcl/o/sfasli.c

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

revision 1.22 by camm, Fri Jun 10 15:24:44 2005 UTC revision 1.23 by camm, Thu Sep 22 21:07:18 2005 UTC
# Line 92  build_symbol_table_bfd(void) { Line 92  build_symbol_table_bfd(void) {
92          FEerror("Symbol ~S is missing section",1,make_simple_string(q[u]->name));          FEerror("Symbol ~S is missing section",1,make_simple_string(q[u]->name));
93        if (!my_plt(q[u]->name,&pa)) {        if (!my_plt(q[u]->name,&pa)) {
94  /*      printf("my_plt %s %p\n",q[u]->name,(void *)pa); */  /*      printf("my_plt %s %p\n",q[u]->name,(void *)pa); */
95          if (q[u]->value && q[u]->value!=pa)  #ifndef STATIC_LINKING  
96            if (q[u]->value && q[u]->value!=pa/
97            FEerror("plt address mismatch", 0);            FEerror("plt address mismatch", 0);
98          else          else
99    #endif
100            q[u]->value=pa;            q[u]->value=pa;
101        }        }
102        if (q[u]->value) {        if (q[u]->value) {

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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