Add SORT_NONE and don't sort sort .init/.fini sections
[deliverable/binutils-gdb.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index f5e031be08a69d8998933d74e491a4b6aa87e7f4..b8273a42e6614cf731c0d1403a399d8536140ba6 100644 (file)
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -87,7 +87,7 @@ typedef enum {sort_none, sort_ascending, sort_descending} sort_order;
 
 typedef enum {
   none, by_name, by_alignment, by_name_alignment, by_alignment_name,
-  by_init_priority
+  by_none, by_init_priority
 } sort_type;
 
 extern sort_type sort_section;
This page took 0.023832 seconds and 4 git commands to generate.