Improved binfmt debug output

This commit is contained in:
Gregory Nutt
2014-09-07 12:09:30 -06:00
parent 089a49d869
commit b63eea45b6
3 changed files with 37 additions and 20 deletions
-1
View File
@@ -61,7 +61,6 @@
#define ELF_ALIGNUP(a) (((unsigned long)(a) + ELF_ALIGN_MASK) & ~ELF_ALIGN_MASK)
#define ELF_ALIGNDOWN(a) ((unsigned long)(a) & ~ELF_ALIGN_MASK)
#ifndef MAX
#define MAX(x,y) ((x) > (y) ? (x) : (y))
#endif