* section.c (SEC_ARCH_BIT_0): New; replace unused SEC_BALIGN.

* bfd-in2.h: Rebuild.
This commit is contained in:
Richard Henderson 2001-09-28 20:51:15 +00:00
parent 7cacb6a3a7
commit 65db3b0dbf
3 changed files with 15 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2001-09-28 Richard Henderson <rth@redhat.com>
* section.c (SEC_ARCH_BIT_0): New; replace unused SEC_BALIGN.
* bfd-in2.h: Rebuild.
2001-09-28 Alan Modra <amodra@bigpond.net.au> 2001-09-28 Alan Modra <amodra@bigpond.net.au>
* elf64-x86-64.c (elf64_x86_64_reloc_type_lookup): Don't map bfd * elf64-x86-64.c (elf64_x86_64_reloc_type_lookup): Don't map bfd

View file

@ -1039,9 +1039,11 @@ typedef struct sec
some relocation information too. */ some relocation information too. */
#define SEC_RELOC 0x004 #define SEC_RELOC 0x004
#if 0 /* Obsolete ? */ /* ELF reserves 4 processor specific bits and 8 operating system
#define SEC_BALIGN 0x008 specific bits in sh_flags; at present we can get away with just
#endif 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. */ /* A signal to the OS that the section contains read only data. */
#define SEC_READONLY 0x010 #define SEC_READONLY 0x010

View file

@ -205,9 +205,11 @@ CODE_FRAGMENT
. some relocation information too. *} . some relocation information too. *}
.#define SEC_RELOC 0x004 .#define SEC_RELOC 0x004
. .
.#if 0 {* Obsolete ? *} . {* ELF reserves 4 processor specific bits and 8 operating system
.#define SEC_BALIGN 0x008 . specific bits in sh_flags; at present we can get away with just
.#endif . 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. *} . {* A signal to the OS that the section contains read only data. *}
.#define SEC_READONLY 0x010 .#define SEC_READONLY 0x010