mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
* config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
This commit is contained in:
@ -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
|
start-sanitize-d30v
|
||||||
Thu Feb 26 15:49:04 1998 Michael Meissner <meissner@cygnus.com>
|
Thu Feb 26 15:49:04 1998 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
|
@ -33,6 +33,10 @@
|
|||||||
#include "ecoff.h"
|
#include "ecoff.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef TC_ALPHA
|
||||||
|
#include "elf/alpha.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef TC_MIPS
|
#ifdef TC_MIPS
|
||||||
#include "elf/mips.h"
|
#include "elf/mips.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user