aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/seclet.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/seclet.h b/bfd/seclet.h
index 1ef1c30..d4e9452 100644
--- a/bfd/seclet.h
+++ b/bfd/seclet.h
@@ -2,7 +2,7 @@ typedef enum
{
bfd_indirect_seclet,
-
+ bfd_fill_seclet
} bfd_seclet_enum_type;
@@ -18,8 +18,10 @@ struct bfd_seclet_struct
{
asection *section;
asymbol **symbols;
-
} indirect;
+ struct {
+ int value;
+ } fill;
}
u;
};