summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/c6x
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/c6x')
-rw-r--r--libc/sysdeps/linux/c6x/bits/elf-dsbt.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/c6x/bits/elf-dsbt.h b/libc/sysdeps/linux/c6x/bits/elf-dsbt.h
index ff8b24bd7..5ad8bb3b0 100644
--- a/libc/sysdeps/linux/c6x/bits/elf-dsbt.h
+++ b/libc/sysdeps/linux/c6x/bits/elf-dsbt.h
@@ -59,15 +59,10 @@ struct elf32_dsbt_loadseg
struct elf32_dsbt_loadmap {
/* Protocol version number, must be zero. */
- Elf32_Word version;
-
- /* Pointer to DSBT */
- unsigned *dsbt_table;
- unsigned dsbt_size;
- unsigned dsbt_index;
+ Elf32_Half version;
/* number of segments */
- Elf32_Word nsegs;
+ Elf32_Half nsegs;
/* The actual memory map. */
struct elf32_dsbt_loadseg segs[0];