New definition of padding seclet
This commit is contained in:
parent
0d3e45eab0
commit
267998d84f
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user