Symbol table is ordered

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1924 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-06-21 19:36:07 +00:00
parent d9c7b592fc
commit 7117b39923
3 changed files with 40 additions and 7 deletions
+4 -4
View File
@@ -94,9 +94,9 @@ static void nxflat_dumpmemory(void *addr, int nbytes)
bdbg(" %p: %02x %02x %02x %02x\n", ptr, ptr[0], ptr[1], ptr[2], ptr[3]);
}
}
#else /* CONFIG_XFLAT_DEBUG */
#else
# define nnxflat_dumpmemory(a,n)
#endif /* CONFIG_XFLAT_DEBUG */
#endif
/****************************************************************************
* Name: nxflat_dumploadinfo
@@ -131,9 +131,9 @@ static void nxflat_dumploadinfo(struct nxflat_loadinfo_s *loadinfo)
bdbg(" NXFLT HEADER:");
bdbg(" header: %p\n", loadinfo->header);
}
#else /* CONFIG_XFLAT_DEBUG */
#else
# define nxflat_dumploadinfo(i)
#endif /* CONFIG_XFLAT_DEBUG */
#endif
/****************************************************************************
* Name: nxflat_loadbinary