diff options
author | Nick Clifton <nickc@redhat.com> | 2024-05-10 16:59:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-05-10 16:59:05 +0100 |
commit | 6e8376fa569e62379a42b91b0afd1f4086f1d897 (patch) | |
tree | d9bddaa0a8b3b242ba063df4dbbee272220ea385 /ld/ldlex.h | |
parent | ad658482c1e4feec4ac99c8e7df17ff78d0c2996 (diff) | |
download | gdb-6e8376fa569e62379a42b91b0afd1f4086f1d897.zip gdb-6e8376fa569e62379a42b91b0afd1f4086f1d897.tar.gz gdb-6e8376fa569e62379a42b91b0afd1f4086f1d897.tar.bz2 |
Add --section-ordering command line option to the bfd linker.
Diffstat (limited to 'ld/ldlex.h')
-rw-r--r-- | ld/ldlex.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,7 @@ enum option_values OPTION_SONAME, OPTION_SORT_COMMON, OPTION_SORT_SECTION, + OPTION_SECTION_ORDERING_FILE, OPTION_STATS, OPTION_SYMBOLIC, OPTION_SYMBOLIC_FUNCTIONS, @@ -477,6 +478,7 @@ typedef enum input_enum input_script, input_mri_script, input_version_script, + input_section_ordering_script, input_dynamic_list, input_defsym } input_type; |