Add support for a MIPS specific .MIPS.xhash section.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / data2.c
CommitLineData
a47edf27
L
1int foo = 0;
2extern int foo_alias __attribute__ ((weak, alias ("foo")));
3
4void
5bar (void)
6{
7 foo = -1;
8}
9
This page took 0.374415 seconds and 4 git commands to generate.