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 | |
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')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/obj-elf.c | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4f2486d..84c5a51 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> 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 |