From: Richard Henderson Date: Sun, 1 Mar 1998 01:08:03 +0000 (+0000) Subject: * config/obj-elf.c [TC_ALPHA]: Include . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c35d42c21af50a06e219269b7de809dc20fef1e1;p=binutils-gdb.git * config/obj-elf.c [TC_ALPHA]: Include . * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New. --- 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