* config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
authorRichard Henderson <rth@redhat.com>
Sun, 1 Mar 1998 01:08:03 +0000 (01:08 +0000)
committerRichard Henderson <rth@redhat.com>
Sun, 1 Mar 1998 01:08:03 +0000 (01:08 +0000)
* config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.

gas/ChangeLog
gas/config/obj-elf.c

index 4f2486d9f767cd384ee08ec416d99208fbcd8494..84c5a51225ec9ae5bd2efec3dce9a4e2d0c0d99f 100644 (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>
 
index fc3921d2200708dd4d38437f639d27d09ccc4878..7a49f8919e2e7e965ae8eb41085893e9883f5101 100644 (file)
 #include "ecoff.h"
 #endif
 
+#ifdef TC_ALPHA
+#include "elf/alpha.h"
+#endif
+
 #ifdef TC_MIPS
 #include "elf/mips.h"
 #endif