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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-srec/] [sr2.c] - Blame information for rev 818

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
/* This file is compiled and linked into the S-record format.  */
2
 
3
int e1;
4
int e2 = 1;
5
 
6
int
7
fn1 (s)
8
     char *s;
9
{
10
  return s[e1];
11
}
12
 
13
int
14
fn2 (s)
15
     char *s;
16
{
17
  return s[e2];
18
}

powered by: WebSVN 2.1.0

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