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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [ia64/] [scripts/] [make_gas_hint_test.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
// The code generates a test case which is used
2
// to detect whether Binutil supports hint
3
// instruction correctly or not.
4
#include <string.h>
5
#include <stdio.h>
6
 
7
int main()
8
{
9
        char str[32766];
10
        memset(str,'\n',32765);
11
        str[32765]=0;
12
        printf("%s(p7) hint @pause\n",str);
13
 
14
        return 0;
15
}

powered by: WebSVN 2.1.0

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