diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-01-11 22:47:04 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-01-11 22:47:04 +0000 |
commit | 83f4323e5a7e590d8ce73c01697826da1bbc604d (patch) | |
tree | dd9652ef14bda29f40bfe8583fcd860b41bb1b32 /bfd/bfd-in2.h | |
parent | 053baeb1565f4bfaf06451a24d6491e6ca325c06 (diff) | |
download | gdb-83f4323e5a7e590d8ce73c01697826da1bbc604d.zip gdb-83f4323e5a7e590d8ce73c01697826da1bbc604d.tar.gz gdb-83f4323e5a7e590d8ce73c01697826da1bbc604d.tar.bz2 |
Add support for SHT_ORDERED and SHF_EXCLUDE
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index d5821fc..df18497 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1,5 +1,5 @@ /* Main header file for the bfd library -- portable access to object files. - Copyright 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright 1990, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. Contributed by Cygnus Support. ** NOTE: bfd.h and bfd-in2.h are GENERATED files. Don't change them; @@ -874,6 +874,16 @@ typedef struct sec memory if appropriate. */ #define SEC_IN_MEMORY 0x20000 + /* The contents of this section are to be excluded by the + linker for executable and shared objects unless those + objects are to be further relocated. */ +#define SEC_EXCLUDE 0x40000 + + /* The contents of this section are to be sorted by the + based on the address specified in the associated symbol + table. */ +#define SEC_SORT_ENTRIES 0x80000 + /* End of section flags. */ /* The virtual memory address of the section - where it will be |