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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [testsuite/] [exclude_libs_test_3.c] - Blame information for rev 27

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 khays
void lib3_default (void);
2
void lib3_hidden (void);
3
void lib3_internal (void);
4
void lib3_protected (void);
5
 
6
void __attribute__((visibility ("default")))
7
lib3_default (void)
8
{
9
}
10
 
11
void __attribute__((visibility ("hidden")))
12
lib3_hidden (void)
13
{
14
}
15
 
16
void __attribute__((visibility ("internal")))
17
lib3_internal (void)
18
{
19
}
20
 
21
void __attribute__((visibility ("protected")))
22
lib3_protected (void)
23
{
24
}

powered by: WebSVN 2.1.0

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