emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ecrt0.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/ecrt0.c,v
Date: Thu, 24 Jul 2008 18:39:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/24 18:39:48

Index: ecrt0.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ecrt0.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- ecrt0.c     17 Jul 2008 13:57:12 -0000      1.17
+++ ecrt0.c     24 Jul 2008 18:39:47 -0000      1.18
@@ -78,17 +78,9 @@
 #ifdef CRT0_DUMMIES
 
 /* Define symbol "start": here; some systems want that symbol.  */
-#ifdef DOT_GLOBAL_START
 asm("  .text           ");
 asm("  .globl start    ");
 asm("  start:          ");
-#endif /* DOT_GLOBAL_START */
-
-#ifdef NODOT_GLOBAL_START
-asm("  text            ");
-asm("  global start    ");
-asm("  start:          ");
-#endif /* NODOT_GLOBAL_START */
 
 _start ()
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]