projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d3e45e
)
New definition of padding seclet
author
Steve Chamberlain
<sac@cygnus>
Fri, 17 Apr 1992 16:14:34 +0000
(16:14 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Fri, 17 Apr 1992 16:14:34 +0000
(16:14 +0000)
bfd/seclet.h
patch
|
blob
|
history
diff --git
a/bfd/seclet.h
b/bfd/seclet.h
index 1ef1c309e906c0d71aafd450392c9fa7a491a86c..d4e94520385f399b242367653e8f871437813e0d 100644
(file)
--- 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;
};