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

Diff of /gcl/o/rel_coff.c

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

revision 1.3 by mjthomas, Mon Sep 23 14:47:37 2002 UTC revision 1.4 by mjthomas, Tue Sep 24 03:08:33 2002 UTC
# Line 16  relocate() Line 16  relocate()
16    if (relocation_info.r_type == R_ABS)    if (relocation_info.r_type == R_ABS)
17      { dprintf( r_abs ,0)  return; }      { dprintf( r_abs ,0)  return; }
18    switch(relocation_info.r_type)    switch(relocation_info.r_type)
19      { int *q;      {
20      case R_DIR32:      case R_DIR32:
21        dprintf(new val r_dir32 %x ,  *((int *)where) +        dprintf(new val r_dir32 %x ,  *((int *)where) +
22                symbol_table[relocation_info.r_symndx].n_value);                symbol_table[relocation_info.r_symndx].n_value);

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