~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to m68k.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:
3
3
              "elf32-m68k")
4
4
OUTPUT_ARCH(m68k)
5
5
ENTRY(_start)
6
 
SEARCH_DIR("/usr/local/m68k-linux/lib");
7
 
/* Do we need any of these for elf?
8
 
   __DYNAMIC = 0;    */
 
6
/* __DYNAMIC = 0;    */
9
7
SECTIONS
10
8
{
11
9
  /* Read-only sections, merged into text segment: */