URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20091026-1_0.C] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-lto-do link }
// { dg-extra-ld-options "-r -nostdlib" }
#include "20091026-1_a.h"
cObject *cHead::find(const char *objname) const
{
return firstchildp;
}
class cNetworkType : public cObject { };
cNetworkType *networktype;
Go to most recent revision | Compare with Previous | Blame | View Log