Define SUPPORTS_INIT_PRIORITY

From-SVN: r48177
This commit is contained in:
Nick Clifton 2001-12-19 15:18:26 +00:00 committed by Nick Clifton
parent 2e4cf9dce7
commit 2ce3a36b15
3 changed files with 9 additions and 0 deletions

View 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

View 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

View 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