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] - Rev 816

Go to most recent revision | Compare with Previous | Blame | View Log

/* This file is compiled and linked into the S-record format.  */
 
int e1;
int e2 = 1;
 
int
fn1 (s)
     char *s;
{
  return s[e1];
}
 
int
fn2 (s)
     char *s;
{
  return s[e2];
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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