aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1998-03-01 01:08:03 +0000
committerRichard Henderson <rth@redhat.com>1998-03-01 01:08:03 +0000
commitc35d42c21af50a06e219269b7de809dc20fef1e1 (patch)
tree04437d12e06130dcbc6b3319b73ce9577adf1d6e /gas/config
parentd4a05a4013a1d4162619f1cbe1a48884cb4ab24b (diff)
downloadgdb-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.c4
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