aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-04-17 16:14:34 +0000
committerSteve Chamberlain <sac@cygnus>1992-04-17 16:14:34 +0000
commit267998d84ff3c8eeb3dab12984adffc7f3cadeee (patch)
tree44f3ffd5ed0c50ad0d2548b06bc46f53164c6633 /bfd
parent0d3e45eab084b2bca8b6e3dc94952264868b033b (diff)
downloadgdb-267998d84ff3c8eeb3dab12984adffc7f3cadeee.zip
gdb-267998d84ff3c8eeb3dab12984adffc7f3cadeee.tar.gz
gdb-267998d84ff3c8eeb3dab12984adffc7f3cadeee.tar.bz2
New definition of padding seclet
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;
};