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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gold/] [testsuite/] [exclude_libs_test_2.c] - Blame information for rev 841

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

Line No. Rev Author Line
1 205 julius
void lib2_default (void);
2
void lib2_hidden (void);
3
void lib2_internal (void);
4
void lib2_protected (void);
5
 
6
void __attribute__((visibility ("default")))
7
lib2_default (void)
8
{
9
}
10
 
11
void __attribute__((visibility ("hidden")))
12
lib2_hidden (void)
13
{
14
}
15
 
16
void __attribute__((visibility ("internal")))
17
lib2_internal (void)
18
{
19
}
20
 
21
void __attribute__((visibility ("protected")))
22
lib2_protected (void)
23
{
24
}

powered by: WebSVN 2.1.0

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