Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras

This commit is contained in:
Mitchell Field
2011-02-20 06:10:24 +11:00
parent 372cbf9913
commit 907029389d
149 changed files with 89 additions and 13084 deletions

View File

@@ -58,12 +58,7 @@
#include <android/log.h>
#endif
#if defined(XP_BEOS)
/* For DEBUGGER macros */
#include <Debug.h>
#endif
#if defined(XP_UNIX) || defined(_WIN32) || defined(XP_OS2) || defined(XP_BEOS)
#if defined(XP_UNIX) || defined(_WIN32) || defined(XP_OS2)
/* for abort() and getenv() */
#include <stdlib.h>
#endif
@@ -402,7 +397,6 @@ RealBreak()
#endif
#elif defined(XP_OS2)
asm("int $3");
#elif defined(XP_BEOS)
#elif defined(XP_MACOSX)
raise(SIGTRAP);
#elif defined(__GNUC__) && (defined(__i386__) || defined(__i386) || defined(__x86_64__))
@@ -503,9 +497,6 @@ Break(const char *aMsg)
if (( code == MBID_ENTER ) || (code == MBID_ERROR))
return;
RealBreak();
#elif defined(XP_BEOS)
DEBUGGER(aMsg);
RealBreak();
#elif defined(XP_MACOSX)
/* Note that we put this Mac OS X test above the GNUC/x86 test because the