From 4c1b6b07eaabec2efbe3d7145aaa57ef2338e6dd Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Tue, 8 Feb 1994 09:05:56 +0000 Subject: [PATCH] * config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS): Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR. --- gdb/config/alpha/alpha-nw.mt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gdb/config/alpha/alpha-nw.mt b/gdb/config/alpha/alpha-nw.mt index 6f5d02bde05..77bf4d7d7af 100644 --- a/gdb/config/alpha/alpha-nw.mt +++ b/gdb/config/alpha/alpha-nw.mt @@ -1,8 +1,3 @@ # Target: Little-endian Alpha TDEPFILES= alpha-tdep.o exec.o TM_FILE= tm-alpha.h -# -# Can't define this in tm.h because defs.h uses it before including tm.h -# FIXME: Needs to be at least 64-bits (LONGEST for e.g. 386 x alpha), but -# CORE_ADDR is typedef'd before LONGEST is defined. -MT_CFLAGS = -DCORE_ADDR_TYPE="unsigned long" -- 2.30.2