⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 near-far-4.c

📁 用于进行gcc测试
💻 C
字号:
/* { dg-do compile } *//* { dg-mips-options "-mno-long-calls -O2" } *//* { dg-require-effective-target nonpic } */NOMIPS16 extern int long_call_func () __attribute__((long_call));NOMIPS16 extern int far_func () __attribute__((far));NOMIPS16 extern int near_func () __attribute__((near));NOMIPS16 extern int normal_func ();NOMIPS16 int test1 () { return long_call_func (); }NOMIPS16 int test2 () { return far_func (); }NOMIPS16 int test3 () { return near_func (); }NOMIPS16 int test4 () { return normal_func (); }/* { dg-final { scan-assembler-not "\tj\tlong_call_func\n" } } *//* { dg-final { scan-assembler-not "\tj\tfar_func\n" } } *//* { dg-final { scan-assembler     "\tj\tnear_func\n" } } *//* { dg-final { scan-assembler     "\tj\tnormal_func\n" } } */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -