From 280d71bf40a544853567763c706e03334d6fd950 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 5 Feb 2007 20:10:25 +0000 Subject: Support for Toshiba MeP and for complex relocations. --- gas/config/obj-elf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/config/obj-elf.c') diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index a9d34c4..f083733 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -57,6 +57,10 @@ #include "elf/x86-64.h" #endif +#ifdef TC_MEP +#include "elf/mep.h" +#endif + static void obj_elf_line (int); static void obj_elf_size (int); static void obj_elf_type (int); -- cgit v1.1