OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [m68k/] [tls-ld-xgot-xtls.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 320 jeremybenn
/* { dg-do compile } */
2
/* { dg-skip-if "" { ! *-linux-* } { "*" } { "" } } */
3
/* { dg-options "-O2 -fpic -mxgot -mxtls" } */
4
/* { dg-final { scan-assembler "#foo@TLSLDM,\%\[ad\]\[0-7\]" } } */
5
/* { dg-final { scan-assembler "bsr.l __tls_get_addr@PLTPC" } } */
6
/* { dg-final { scan-assembler "#foo@TLSLDO,\%\[ad\]\[0-7\]" } } */
7
 
8
static int __thread foo;
9
 
10
int *
11
bar (void)
12
{
13
  return &foo;
14
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.