aboutsummaryrefslogtreecommitdiffstats
path: root/ia64.ld
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2009-07-29 10:56:24 +0300
committerAvi Kivity <avi@redhat.com>2009-07-29 10:56:34 +0300
commitbd3b74828352b545a5049c73dd51b5e63c455671 (patch)
tree3077c51eb06c646f1f9ef9ed7521a0d5a884e64f /ia64.ld
parentcefbe2c306a851c67ed0f89348aedf28f9e47e1a (diff)
parent4c955388572068c57bb8cd205b61fa5dfa1a84f1 (diff)
downloadqemu-kvm-bd3b74828352b545a5049c73dd51b5e63c455671.tar.gz
Merge commit '4c955388572068c57bb8cd205b61fa5dfa1a84f1' into upstream-merge
* commit '4c955388572068c57bb8cd205b61fa5dfa1a84f1': Define ENOTSUP anywhere it isn't defined Revert "Fake dirty loggin when it's not there" Fix out of tree build broken by 791e08c753a9f9be3c3880b4ea83b6dfa4b6ccad Fix typo WIN32 -> _WIN32 set SEARCH_PATH for the linker script from output of ld --verbose -v generate LDFLAGS for *-linux-user and *-bsd-user in a single place in configure our build system don't support mips little endian linux-user or bsd-user Don't build option roms on Mac OS X multiboot.bin is a generated file use cc-option for optionrom Use quiet-command for building optionrom move cc-option definition to rules.mak Generate config-host.h from config-host.mak Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'ia64.ld')
-rw-r--r--ia64.ld4
1 files changed, 1 insertions, 3 deletions
diff --git a/ia64.ld b/ia64.ld
index 23c940d2b11..081aaf1f9f6 100644
--- a/ia64.ld
+++ b/ia64.ld
@@ -3,9 +3,7 @@ OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little",
"elf64-ia64-little")
OUTPUT_ARCH(ia64)
ENTRY(_start)
-SEARCH_DIR("/usr/ia64-linux/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
-/* Do we need any of these for elf?
- __DYNAMIC = 0; */
+/* __DYNAMIC = 0; */
SECTIONS
{
/* Read-only sections, merged into text segment: */