Twiddle debugging format; originally from art@ a long time ago
This may need revisiting later, but it allows us to build a rather functional compiler on alpha.
This commit is contained in:
parent
5152ca2b59
commit
fca2b085a0
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-gcc_config_alpha_openbsd_h,v 1.3 2002/06/03 18:33:33 espie Exp $
|
$OpenBSD: patch-gcc_config_alpha_openbsd_h,v 1.4 2003/07/24 12:15:48 naddy Exp $
|
||||||
--- gcc/config/alpha/openbsd.h.orig Fri Nov 3 00:29:08 2000
|
--- gcc/config/alpha/openbsd.h.orig Fri Nov 3 00:29:08 2000
|
||||||
+++ gcc/config/alpha/openbsd.h Mon Jun 3 17:18:12 2002
|
+++ gcc/config/alpha/openbsd.h Mon Jul 21 15:59:22 2003
|
||||||
@@ -21,28 +21,28 @@ Boston, MA 02111-1307, USA. */
|
@@ -21,28 +21,28 @@ Boston, MA 02111-1307, USA. */
|
||||||
/* We settle for little endian for now. */
|
/* We settle for little endian for now. */
|
||||||
#define TARGET_ENDIAN_DEFAULT 0
|
#define TARGET_ENDIAN_DEFAULT 0
|
||||||
@ -45,9 +45,14 @@ $OpenBSD: patch-gcc_config_alpha_openbsd_h,v 1.3 2002/06/03 18:33:33 espie Exp $
|
|||||||
|
|
||||||
/* Layout of source language data types. */
|
/* Layout of source language data types. */
|
||||||
|
|
||||||
@@ -63,64 +63,19 @@ Boston, MA 02111-1307, USA. */
|
@@ -60,67 +60,22 @@ Boston, MA 02111-1307, USA. */
|
||||||
#undef PREFERRED_DEBUGGING_TYPE
|
#define WCHAR_TYPE_SIZE 32
|
||||||
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
|
||||||
|
|
||||||
|
-#undef PREFERRED_DEBUGGING_TYPE
|
||||||
|
-#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
||||||
|
+/* #undef PREFERRED_DEBUGGING_TYPE */
|
||||||
|
+/* #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG */
|
||||||
|
|
||||||
+/* Output and generation of labels. */
|
+/* Output and generation of labels. */
|
||||||
#define LOCAL_LABEL_PREFIX "."
|
#define LOCAL_LABEL_PREFIX "."
|
||||||
|
Loading…
Reference in New Issue
Block a user