[BACK]Return to headers.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / ld.elf_so

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/ld.elf_so/headers.c between version 1.1 and 1.1.2.1

version 1.1, 1996/12/16 20:37:58 version 1.1.2.1, 1998/05/08 17:39:12
Line 200  _rtld_digest_dynamic(
Line 200  _rtld_digest_dynamic(
             dynp->d_un.d_ptr = (Elf_Addr) &_rtld_debug;              dynp->d_un.d_ptr = (Elf_Addr) &_rtld_debug;
 #endif  #endif
             break;              break;
   
   #if defined(__mips__)
           case DT_MIPS_LOCAL_GOTNO:
               obj->local_gotno = dynp->d_un.d_val;
               break;
   
           case DT_MIPS_SYMTABNO:
               obj->symtabno = dynp->d_un.d_val;
               break;
   
           case DT_MIPS_GOTSYM:
               obj->gotsym = dynp->d_un.d_val;
               break;
   
           case DT_MIPS_RLD_MAP:
   #ifdef RTLD_LOADER
               *((Elf_Addr *)(dynp->d_un.d_ptr)) = (Elf_Addr) &_rtld_debug;
   #endif
               break;
   #endif
         }          }
     }      }
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

CVSweb <webmaster@jp.NetBSD.org>