diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-04 22:09:01 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-04 22:09:01 -0400 |
commit | 9ae3442c85196d7c25d9916520b0c19202a1dd40 (patch) | |
tree | c874aab2bf280872276d45f5decf5b7217f9998c /mld/link.h | |
parent | update mld,msim with new headers (diff) | |
download | mips-9ae3442c85196d7c25d9916520b0c19202a1dd40.tar.gz mips-9ae3442c85196d7c25d9916520b0c19202a1dd40.tar.bz2 mips-9ae3442c85196d7c25d9916520b0c19202a1dd40.zip |
fixed forced section padding in mld
Diffstat (limited to '')
-rw-r--r-- | mld/link.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -173,8 +173,6 @@ struct segment_table_entry { uint32_t vaddr; // weak segment pointers. we do not own these!!! struct segment **parts; - // section padding - uint32_t padding; }; int segtab_ent_init(struct segment_table_entry *ent); |