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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [near-far-4.c] - Blame information for rev 691

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 691 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-mno-long-calls addressing=absolute -O2" } */
3
 
4
NOMIPS16 extern int long_call_func () __attribute__((long_call));
5
NOMIPS16 extern int far_func () __attribute__((far));
6
NOMIPS16 extern int near_func () __attribute__((near));
7
NOMIPS16 extern int normal_func ();
8
 
9
NOMIPS16 int test1 () { return long_call_func (); }
10
NOMIPS16 int test2 () { return far_func (); }
11
NOMIPS16 int test3 () { return near_func (); }
12
NOMIPS16 int test4 () { return normal_func (); }
13
 
14
/* { dg-final { scan-assembler-not "\tj\tlong_call_func\n" } } */
15
/* { dg-final { scan-assembler-not "\tj\tfar_func\n" } } */
16
/* { dg-final { scan-assembler     "\tj\tnear_func\n" } } */
17
/* { dg-final { scan-assembler     "\tj\tnormal_func\n" } } */

powered by: WebSVN 2.1.0

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