From c35d42c21af50a06e219269b7de809dc20fef1e1 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 1 Mar 1998 01:08:03 +0000 Subject: [PATCH] * config/obj-elf.c [TC_ALPHA]: Include . * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New. --- gas/ChangeLog | 5 +++++ gas/config/obj-elf.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 4f2486d9f76..84c5a51225e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 28 17:06:22 1998 Richard Henderson + + * config/obj-elf.c [TC_ALPHA]: Include . + * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New. + start-sanitize-d30v Thu Feb 26 15:49:04 1998 Michael Meissner diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index fc3921d2200..7a49f8919e2 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -33,6 +33,10 @@ #include "ecoff.h" #endif +#ifdef TC_ALPHA +#include "elf/alpha.h" +#endif + #ifdef TC_MIPS #include "elf/mips.h" #endif -- 2.30.2