Searched refs:ld_options (Results 1 – 24 of 24) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
D | relfail.exp | 135 set ld_options [subst [lindex $testentry 2]] 138 set testname "SH64 relfail $opcode $as_options $ld_options" 146 set def_ld_options $ld_options 158 if {$ld_options == ""} { 159 set ld_options $def_ld_options 183 set result [ld_simple_link $ld $binfile "--no-warn-mismatch $ld_options $objects"]
|
D | relax.exp | 81 set ld_options [subst [lindex $testentry 2]] 117 set result [ld_simple_link $ld $binfile " --no-warn-mismatch $ld_options $objfiles"]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | lexsup.c | 99 static const struct ld_option ld_options[] = variable 530 #define OPTION_COUNT ARRAY_SIZE (ld_options) 561 if (ld_options[i].shortopt != '\0') in parse_args() 563 shortopts[is] = ld_options[i].shortopt; in parse_args() 565 if (ld_options[i].opt.has_arg == required_argument in parse_args() 566 || ld_options[i].opt.has_arg == optional_argument) in parse_args() 570 if (ld_options[i].opt.has_arg == optional_argument) in parse_args() 577 if (ld_options[i].opt.name != NULL) in parse_args() 579 if (ld_options[i].control == EXACTLY_TWO_DASHES) in parse_args() 581 really_longopts[irl] = ld_options[i].opt; in parse_args() [all …]
|
D | ChangeLog-2004 | 55 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox 96 (ld_options): Add --default-imported-symver. 181 (ld_options): Add default-symver. 349 (ld_options): Restore alpha sorting of options. 396 (ld_options): Add an entry for OPTION_SORT_SECTION. 687 (ld_options): Likewise. 871 (ld_options): Add hash-size. 899 (ld_options): Add entry for --reduce-memory-overheads. 1195 (ld_options): Likewise.
|
D | ChangeLog-2007 | 191 * lexsup.c (ld_options): Don't use tabs in help text. 664 (ld_options): Add entry for --no-warn-search-mismatch. 1084 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with 1116 (ld_options): Add entries for --default-script and -dT. 1139 (ld_options): Add entries for -Bsymbolic-functions,
|
D | ChangeLog-0001 | 124 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string 400 (ld_options): Add entry for "nostdlib". 820 (ld_options): Add --spare-dynamic-tags option. 1411 * lexsup.c (ld_options): Allow -I to be an alias for 1511 (ld_options): Entry for --fatal-warnings. 1519 (ld_options): Add --discard-none. 1774 * lexsup.c (ld_options): Allow --unique to take an optional arg. 1820 (ld_options[]): Change -omagic, -output and -oformat options 1856 (ld_options): Entry for --allow-shlib-undefined. 2288 (ld_options): Add "--unique". [all …]
|
D | ChangeLog-2008 | 507 (ld_options[]): Add --sep-code. 523 (ld_options[]): Add --sep-code. 628 (ld_options): Add entry for --no-fatal-warnings. 648 * lexsup.c (ld_options): Have --sort-common take an option
|
D | ChangeLog-0203 | 95 (ld_options): Delete mpc860c0 entry. 462 (ld_options): Add 'unresolved-symbols', 910 (ld_options): Add -pie and --pic-executable options. 1435 * lexsup.c (ld_options): Add --no-allow-shlib-undefined. 1666 (ld_options): Add "strip-discarded" and "no-strip-discarded". 1678 * lexsup.c (ld_options): Add new command line switch 1902 (ld_options): Add "no-omagic" option. 2237 (ld_options): Add --no-undefined-version. 2774 (ld_options): Add --allow-multiple-definition.
|
D | ChangeLog-2009 | 62 (struct ld_options): Add --no-relax. 1070 (ld_options): Likewise. 1141 (ld_options): Likewise. 1538 (ld_options): Add -Ttext-segment.
|
D | ChangeLog-2010 | 118 * lexsup.c (ld_options): Add -flto and -flto-partition= for 201 * lexsup.c (ld_options): Fix a typo in comments. 586 (ld_options[])[ENABLE_PLUGINS]: Add option data for the above two.
|
D | ChangeLog-2013 | 779 * lexsup.c (ld_options): Add -Tldata-segment. 847 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
|
D | ChangeLog | 49 * lexsup.c (ld_options): Add entry for --print-sysroot. 312 * lexsup.c (ld_options): Add entries for --push-state and
|
D | ChangeLog-2011 | 280 * lexsup.c (enum option_values, ld_options, parse_args): 845 * lexsup.c (ld_options): Update --verbose.
|
D | ChangeLog-2012 | 5 * lexsup.c (ld_options, parse_args): Handle -Trodata-segment. 204 (ld_options): Describe --ignore-unresolved-symbol.
|
D | ChangeLog-9899 | 579 (ld_options): Add descriptions for them. 826 * lexsup.c (ld_options, parse_args): Handle --demangle and 945 * lexsup.c (ld_options, parse_args): add option "mpc860c0". 1282 * lexsup.c (ld_options): Change text of -O to Optimize output file".
|
D | ChangeLog-9197 | 375 * lexsup.c (ld_options): Add entry for the new "task-link" option. 677 (ld_options): Add "version-script". 1002 (ld_options): Add --warn-section-align. 1058 * lexsup.c (ld_options): Fix typo in --rpath-link description. 1076 * lexsup.c (ld_options): Handle --dll-verbose like --verbose, not 1616 (ld_options): Add "cref". 1672 (ld_options, parse_args): Add support for option. 1867 * lexsup.c (ld_options): New static array. 1868 (parse_args): Build shortopts and longopts from ld_options array.
|
D | ChangeLog-2006 | 391 (ld_options): Add entries for OPTION_DYNAMIC_LIST and
|
D | ChangeLog-2005 | 1762 (ld_options): Add --sysroot.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
D | powerpc.exp | 254 set ld_options [lindex $line 1] 255 regsub -all elf32ppc $ld_options elf32lppc ld_options 256 set line [lreplace $line 1 1 $ld_options] 263 set ld_options [lindex $line 1] 264 regsub -all elf64ppc $ld_options elf64lppc ld_options 265 set line [lreplace $line 1 1 $ld_options]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | binutils.exp | 42 proc binutils_test { prog_name ld_options test {test_name ""}} { 55 set test_name "$prog_name $ld_options ($test)" 63 if { ![ld_simple_link $ld tmpdir/$test "$ld_options -z stack-size=0 tmpdir/$test.o"] } { 67 unsupported "$ld_options is not supported by this target" 82 if [string match "*-z relro*" $ld_options] {
|
D | tls_common.exp | 57 unsupported "$ld_options is not supported by this target"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
D | binutils.exp | 39 proc binutils_test { prog_name ld_options test } { 50 set test_name "$prog_name $ld_options ($test)" 57 if { ![ld_simple_link $ld tmpdir/$test "$ld_options tmpdir/$test.o"] } { 60 unsupported "$ld_options is not supported by this target"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
D | ld-lib.exp | 1081 set ld_options [lindex $testitem 1] 1132 if { ![ar_simple_create $ar $ld_options $binfile "$objfiles $ld_after"] } { 1135 } elseif { ![ld_simple_link $ld $binfile "-L$srcdir/$subdir $ld_options $objfiles $ld_after"] } { 1285 set ld_options [lindex $testitem 1] 1325 } elseif { [ string match "-shared" $ld_options ] \ 1326 || [ string match "-pie" $ld_options ] } { 1338 } elseif ![$link_proc $link_cmd $binfile "-L$srcdir/$subdir $ld_options $objfiles"] {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2012 | 825 and 'ld_options' only when "$test_name" == "".
|