aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bfdlink.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index ace8e25..797a465 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -263,8 +263,7 @@ struct bfd_elf_version_tree;
enum output_type
{
- type_unknown = 0,
- type_executable,
+ type_executable = 0,
type_dll,
type_relocatable
};