diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-11-06 00:39:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-11-06 00:39:31 +0000 |
commit | 41d1b02fe69e4fa0687875eac656b81a481d015b (patch) | |
tree | 4a414fa7e18d2b17a405c0bab75f4f9739ce59d0 /include | |
parent | 8f718ed3bd01421aa4b28fb0d9c9299825437258 (diff) | |
download | gdb-41d1b02fe69e4fa0687875eac656b81a481d015b.zip gdb-41d1b02fe69e4fa0687875eac656b81a481d015b.tar.gz gdb-41d1b02fe69e4fa0687875eac656b81a481d015b.tar.bz2 |
Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com)
* bfd.h: Update to bring in SEC_SHARED_LIBRARY.
Diffstat (limited to 'include')
-rw-r--r-- | include/bfd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h index 34f480a..4ce6587 100644 --- 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; |