From 3f9b03b5daf721100e6cb36e2a3f903e96ea1dbd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 2 May 2000 00:12:52 +0000 Subject: Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa as it now compiles even if it doesn't work too well. --- gas/config/tc-hppa.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gas/config/tc-hppa.h') diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index 266c8ca..fce147c 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -46,10 +46,8 @@ #define WORKING_DOT_WORD -/* FIXME. The lack of a place to put things which are both target cpu - and target format dependent makes hacks like this necessary. */ #ifdef OBJ_ELF -#ifdef BFD64 +#if BFD_ARCH_SIZE == 64 #include "bfd/elf64-hppa.h" #define TARGET_FORMAT "elf64-hppa" #else -- cgit v1.1