aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 69371df..43a4ba2 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -99,6 +99,8 @@ typedef struct name_list {
}
name_list;
+typedef enum {sort_none, sort_ascending, sort_descending} sort_order;
+
/* A wildcard specification. */
typedef enum {
@@ -265,7 +267,7 @@ typedef struct {
/* If TRUE, warning messages are fatal */
bfd_boolean fatal_warnings;
- bfd_boolean sort_common;
+ sort_order sort_common;
bfd_boolean text_read_only;