]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Define SUPPORTS_INIT_PRIORITY
authorNick Clifton <nickc@cambridge.redhat.com>
Wed, 19 Dec 2001 15:18:26 +0000 (15:18 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 19 Dec 2001 15:18:26 +0000 (15:18 +0000)
From-SVN: r48177

gcc/ChangeLog
gcc/config/arm/coff.h
gcc/config/arm/elf.h

index 0b2da0b47b12fdbbbbbdfb877c193354a07d6c49..ae6fb9ddd452de0da5b0692ec27bf1aa0256e51f 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/arm/coff.h (SUPPORTS_INIT_PRIORITY): Define (to false).
+       * config/arm/elf.h (SUPPORTS_INIT_PRIORITY): Define (to true).  
+
 Wed Dec 19 06:12:34 2001  Douglas B. Rupp  <rupp@gnat.com>
 
        * dwarf2out.c (add_name_and_src_coords_attributes): Fix VMS procedure
index 3936c8c64bce850a3176f89dbeef19ee3af7b50b..f53dace9056d9b25f05c9c6dc96c3ae392b7af5c 100644 (file)
@@ -122,3 +122,5 @@ rdata_section ()                                            \
 /* The ARM development system defines __main.  */
 #define NAME__MAIN  "__gccmain"
 #define SYMBOL__MAIN __gccmain
+
+#define SUPPORTS_INIT_PRIORITY 0
index 8b0443bd2d9f031fbc859d7b4a7025b1cdef0a04..c27dacaa58bf6bffe02a11f021fb1e4c56570406 100644 (file)
@@ -193,3 +193,5 @@ Boston, MA 02111-1307, USA.  */
        fprintf (STREAM, "\t.align\t%d\n", POWER);      \
     }                                                  \
   while (0)
+
+#define SUPPORTS_INIT_PRIORITY 1