Make elf section functions ELF specific

This commit is contained in:
Michael Meissner
1996-01-13 16:10:33 +00:00
parent be03dc3e37
commit 747b98fe5d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@wogglebug.tiac.net>
* config/tc-ppc.c (ppc_section*): Wrap these functions inside
#ifdef OBJ_ELF.
Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* config/obj-elf.c (obj_elf_section): Add hooks so machine

View File

@ -1730,6 +1730,7 @@ ppc_macro (str, macro)
md_assemble (complete);
}
#ifdef OBJ_ELF
/* For ELF, add support for SHF_EXCLUDE and SHT_ORDERED */
int
@ -1784,6 +1785,7 @@ ppc_section_flags (flags, attr, type)
return flags;
}
#endif /* OBJ_ELF */
/* Pseudo-op handling. */