# HG changeset patch # User Dan Nicolaescu # Date 1215657427 0 # Node ID 162cf3adba6b8b7117bbcf84094770c30b42c6b6 # Parent 44db09925e6f2790f58b90a702c061052563e5ef * unexmips.c: * unexelf.c: Remove references to desupported systems. diff -r 44db09925e6f -r 162cf3adba6b src/ChangeLog --- a/src/ChangeLog Thu Jul 10 02:32:56 2008 +0000 +++ b/src/ChangeLog Thu Jul 10 02:37:07 2008 +0000 @@ -1,5 +1,8 @@ 2008-07-10 Dan Nicolaescu + * unexmips.c: + * unexelf.c: Remove references to desupported systems. + * m/powermac.h: Remove file, it is now identical to m/macppc.h. * m/powermac.h: Remove boilerplate comments. diff -r 44db09925e6f -r 162cf3adba6b src/unexelf.c --- a/src/unexelf.c Thu Jul 10 02:32:56 2008 +0000 +++ b/src/unexelf.c Thu Jul 10 02:37:07 2008 +0000 @@ -426,10 +426,10 @@ #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 @@ } #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 @@ phdr->cbExtOffset += diff; } } -#endif /* __sony_news && _SYSTYPE_SYSV */ +#endif /* _SYSTYPE_SYSV */ #if __sgi /* Adjust the HDRR offsets in .mdebug and copy the diff -r 44db09925e6f -r 162cf3adba6b src/unexmips.c --- a/src/unexmips.c Thu Jul 10 02:32:56 2008 +0000 +++ b/src/unexmips.c Thu Jul 10 02:37:07 2008 +0000 @@ -77,7 +77,7 @@ #endif /* not MACH */ -#if defined (IRIS_4D) || defined (sony) +#if defined (IRIS_4D) #include "getpagesize.h" #include #endif