diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-18 02:58:35 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-18 02:58:35 -0700 |
commit | 2602c7d9f916b4dbebfe67dc71b7802f0d60d695 (patch) | |
tree | e1391540f2a3ea4fd948a09d15065e6e5873b8f9 /include/bfdlink.h | |
parent | 516221dd8ef93fb476f12d2add22eadcc706dcc5 (diff) | |
download | gdb-users/hjl/output.zip gdb-users/hjl/output.tar.gz gdb-users/hjl/output.tar.bz2 |
Remove type_unknownusers/hjl/output
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 3 |
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 }; |