From d2b5bbda451e8e10576e3145938c27c6171f6ae3 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 10 Jul 2008 02:37:07 +0000 Subject: * unexmips.c: * unexelf.c: Remove references to desupported systems. --- src/unexelf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/unexelf.c') diff --git a/src/unexelf.c b/src/unexelf.c index 199352d4e6e..8dcce2ee956 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -426,10 +426,10 @@ extern void fatal (const char *msgid, ...); #include #endif #include -#if defined (__sony_news) && defined (_SYSTYPE_SYSV) +#if defined (_SYSTYPE_SYSV) #include #include -#endif /* __sony_news && _SYSTYPE_SYSV */ +#endif /* _SYSTYPE_SYSV */ #if __sgi #include /* for HDRR declaration */ #endif /* __sgi */ @@ -1081,7 +1081,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) } #endif /* __alpha__ */ -#if defined (__sony_news) && defined (_SYSTYPE_SYSV) +#if defined (_SYSTYPE_SYSV) if (NEW_SECTION_H (nn).sh_type == SHT_MIPS_DEBUG && old_mdebug_index != -1) { @@ -1104,7 +1104,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) phdr->cbExtOffset += diff; } } -#endif /* __sony_news && _SYSTYPE_SYSV */ +#endif /* _SYSTYPE_SYSV */ #if __sgi /* Adjust the HDRR offsets in .mdebug and copy the -- cgit v1.2.1