diff options
author | Richard Henderson <rth@redhat.com> | 2001-09-28 20:51:15 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-09-28 20:51:15 +0000 |
commit | 65db3b0dbfee6ce2cde8da64c069bce7ff6be7b3 (patch) | |
tree | b7f033e3fc44434bc90ba081d73c5544ba07d239 /bfd/bfd-in2.h | |
parent | 7cacb6a3a709b44368f74f7c6adfd91c218f73fd (diff) | |
download | binutils-65db3b0dbfee6ce2cde8da64c069bce7ff6be7b3.zip binutils-65db3b0dbfee6ce2cde8da64c069bce7ff6be7b3.tar.gz binutils-65db3b0dbfee6ce2cde8da64c069bce7ff6be7b3.tar.bz2 |
* section.c (SEC_ARCH_BIT_0): New; replace unused SEC_BALIGN.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index b23a695..5e893f9 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1039,9 +1039,11 @@ typedef struct sec some relocation information too. */ #define SEC_RELOC 0x004 -#if 0 /* Obsolete ? */ -#define SEC_BALIGN 0x008 -#endif + /* ELF reserves 4 processor specific bits and 8 operating system + specific bits in sh_flags; at present we can get away with just + one in communicating between the assembler and BFD, but this + isn't a good long-term solution. */ +#define SEC_ARCH_BIT_0 0x008 /* A signal to the OS that the section contains read only data. */ #define SEC_READONLY 0x010 |