]> code.delx.au - gnu-emacs/blobdiff - src/ecrt0.c
(fill_gstring_glyph_string): Adjusted for the change of
[gnu-emacs] / src / ecrt0.c
index f835cf65c72670da13f2a3f3e9bb527b1ee664ec..be7e59b1a101117828fa71f7a7e38e0a2c485024 100644 (file)
@@ -1,6 +1,6 @@
 /* C code startup routine.
    Copyright (C) 1985, 1986, 1992, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -78,17 +78,9 @@ static start1 ();
 #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 ()
 {