sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to entry point...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28718 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1583b1cd53
commit
db9445abd7
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ typedef struct
|
|||
|
||||
#define EV_CURRENT 1 /* Current version */
|
||||
|
||||
#define EF_ARM_HASENTRY 0x0
|
||||
#define EF_ARM_HASENTRY 0x00000002
|
||||
|
||||
#define SHN_UNDEF 0 /* Undefined section */
|
||||
|
||||
|
|
Loading…
Reference in a new issue