~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to alpha.ld

  • Committer: Blue Swirl
  • Date: 2009-08-31 15:14:40 UTC
  • Revision ID: git-v1:528e93a9787ccfc59582a44035f5f342caf5b84f
Fix breakage due to __thread

Thread-local storage is not supported on all hosts.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
              "elf64-alpha")
3
3
OUTPUT_ARCH(alpha)
4
4
ENTRY(__start)
5
 
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/alpha-unknown-linux-gnu/lib);
6
5
SECTIONS
7
6
{
8
7
  /* Read-only sections, merged into text segment: */