diff options
author | Richard Henderson <rth@redhat.com> | 1998-03-01 01:08:03 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-03-01 01:08:03 +0000 |
commit | c35d42c21af50a06e219269b7de809dc20fef1e1 (patch) | |
tree | 04437d12e06130dcbc6b3319b73ce9577adf1d6e /gas/config | |
parent | d4a05a4013a1d4162619f1cbe1a48884cb4ab24b (diff) | |
download | gdb-c35d42c21af50a06e219269b7de809dc20fef1e1.zip gdb-c35d42c21af50a06e219269b7de809dc20fef1e1.tar.gz gdb-c35d42c21af50a06e219269b7de809dc20fef1e1.tar.bz2 |
* config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
* config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/obj-elf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index fc3921d..7a49f89 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 |