Commit 2ce3a36b by Nick Clifton Committed by Nick Clifton

Define SUPPORTS_INIT_PRIORITY

From-SVN: r48177
parent 2e4cf9dc
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
......
......@@ -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
......@@ -193,3 +193,5 @@ Boston, MA 02111-1307, USA. */
fprintf (STREAM, "\t.align\t%d\n", POWER); \
} \
while (0)
#define SUPPORTS_INIT_PRIORITY 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment