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:
8f718ed
)
Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com)
author
Ian Lance Taylor
<ian@airs.com>
Fri, 6 Nov 1992 00:39:31 +0000
(
00:39
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 6 Nov 1992 00:39:31 +0000
(
00:39
+0000)
* bfd.h: Update to bring in SEC_SHARED_LIBRARY.
include/bfd.h
patch
|
blob
|
history
diff --git
a/include/bfd.h
b/include/bfd.h
index 34f480a5a486abadc106218358fb54623bcc2aae..4ce65872448d01b3663ea8ed9ed13b7e6f2308bc 100644
(file)
--- a/
include/bfd.h
+++ b/
include/bfd.h
@@
-494,6
+494,11
@@
typedef struct sec
#define SEC_NEVER_LOAD 0x400
+ /* The section is a shared library section. The linker must leave
+ these completely alone, as the vma and size are used when
+ the executable is loaded. */
+
+#define SEC_SHARED_LIBRARY 0x800
bfd_vma vma;