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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elfvers/] [vers24c.c] - Blame information for rev 92

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

Line No. Rev Author Line
1 58 khays
/* Test whether .symver x, x@foo
2
   causes relocations against x within the same shared library
3
   to become dynamic relocations against x@foo.  */
4
#include "vers.h"
5
 
6
int x = 12;
7
SYMVER(x, x@VERS.0);
8
void foo (void)
9
{
10
  x = 24;
11
}

powered by: WebSVN 2.1.0

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