diff options
Diffstat (limited to 'include/ctf.h')
| -rw-r--r-- | include/ctf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ctf.h b/include/ctf.h index 29f281d..e28a37d 100644 --- a/include/ctf.h +++ b/include/ctf.h @@ -213,9 +213,8 @@ typedef struct ctf_header #define CTF_F_NEWFUNCINFO 0x2 /* New v3 func info section format. */ #define CTF_F_IDXSORTED 0x4 /* Index sections already sorted. */ #define CTF_F_DYNSTR 0x8 /* Strings come from .dynstr. */ -#define CTF_F_ARRNELEMS 0x10 /* Array elems no longer reversed. */ #define CTF_F_MAX (CTF_F_COMPRESS | CTF_F_NEWFUNCINFO | CTF_F_IDXSORTED \ - | CTF_F_DYNSTR | CTF_F_ARRNELEMS) + | CTF_F_DYNSTR) typedef struct ctf_lblent { |
