mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com)
* bfd.h: Update to bring in SEC_SHARED_LIBRARY.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user