[BACK]Return to kern_ksyms.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/kern_ksyms.c between version 1.56 and 1.57

version 1.56, 2010/03/12 21:43:11 version 1.57, 2010/03/13 16:27:06
Line 474  ksyms_addsyms_elf(int symsize, void *sta
Line 474  ksyms_addsyms_elf(int symsize, void *sta
                         ctfsize = shdr[i].sh_size;                          ctfsize = shdr[i].sh_size;
                         ksyms_ctfsz = ctfsize;                          ksyms_ctfsz = ctfsize;
 #ifdef DEBUG  #ifdef DEBUG
                         aprint_normal("Found CTF at 0x%x, size 0x%x\n",                          aprint_normal("Found CTF at %p, size 0x%zx\n",
                                 (uint32_t)ctfstart, ctfsize);                              ctfstart, ctfsize);
 #endif  #endif
                         break;                          break;
                 }                  }

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb <webmaster@jp.NetBSD.org>