* config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.

* config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
This commit is contained in:
Richard Henderson 1998-03-01 01:08:03 +00:00
parent d4a05a4013
commit c35d42c21a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sat Feb 28 17:06:22 1998 Richard Henderson <rth@cygnus.com>
* config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
* config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
start-sanitize-d30v
Thu Feb 26 15:49:04 1998 Michael Meissner <meissner@cygnus.com>

View File

@ -33,6 +33,10 @@
#include "ecoff.h"
#endif
#ifdef TC_ALPHA
#include "elf/alpha.h"
#endif
#ifdef TC_MIPS
#include "elf/mips.h"
#endif