+2014-01-14 Vidya Praveen <vidyapraveen@arm.com>
+
+ * lib/ld-lib.exp (default_ld_link): Remove support for ldflags.
+ (default_ld_simple_link): Likewise.
+
2014-01-10 Alan Modra <amodra@gmail.com>
* ld-x86-64/pr14207.d: Adjust.
# Support routines for LD testsuite.
-# Copyright 1994-2013 Free Software Foundation, Inc.
+# Copyright 1994-2014 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
set flags ""
}
- if [board_info [target_info name] exists ldflags] {
- append flags " [board_info [target_info name] ldflags]"
- }
-
remote_file host delete $target
return [run_host_cmd_yesno "$ld" "$HOSTING_EMU $flags -o $target $objs $libs"]
set flags ""
}
- if [board_info [target_info name] exists ldflags] {
- append flags " [board_info [target_info name] ldflags]"
- }
-
# If we are compiling with gcc, we want to add gcc_ld_flag to
# flags. Rather than determine this in some complex way, we guess
# based on the name of the compiler.