/[gxemul]/trunk/src/symbol.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/symbol.c

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

revision 27 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: symbol.c,v 1.35 2006/03/22 21:39:23 debug Exp $   *  $Id: symbol.c,v 1.36 2006/07/07 19:38:55 debug Exp $
29   *   *
30   *  Address to symbol translation routines.   *  Address to symbol translation routines.
31   *   *
# Line 224  void add_symbol_name(struct symbol_conte Line 224  void add_symbol_name(struct symbol_conte
224                  exit(1);                  exit(1);
225          }          }
226    
227            if (addr == 0 && strcmp(name, "_DYNAMIC_LINK") == 0)
228                    return;
229    
230          if (name[0] == '\0')          if (name[0] == '\0')
231                  return;                  return;
232    

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26