URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 159 |
Rev 166 |
Line 54... |
Line 54... |
class Symbol;
|
class Symbol;
|
template<int size>
|
template<int size>
|
class Sized_symbol;
|
class Sized_symbol;
|
class Symbol_table;
|
class Symbol_table;
|
class Output_data;
|
class Output_data;
|
template<int size, bool big_endian>
|
class Output_data_got_base;
|
class Output_data_got;
|
|
class Output_section;
|
class Output_section;
|
class Input_objects;
|
class Input_objects;
|
class Task;
|
class Task;
|
|
|
// The abstract class for target specific handling.
|
// The abstract class for target specific handling.
|
Line 843... |
Line 842... |
{ gold_unreachable(); }
|
{ gold_unreachable(); }
|
|
|
// Create the GOT and PLT sections for an incremental update.
|
// Create the GOT and PLT sections for an incremental update.
|
// A target needs to implement this to support incremental linking.
|
// A target needs to implement this to support incremental linking.
|
|
|
virtual Output_data_got<size, big_endian>*
|
virtual Output_data_got_base*
|
init_got_plt_for_update(Symbol_table*,
|
init_got_plt_for_update(Symbol_table*,
|
Layout*,
|
Layout*,
|
unsigned int /* got_count */,
|
unsigned int /* got_count */,
|
unsigned int /* plt_count */)
|
unsigned int /* plt_count */)
|
{ gold_unreachable(); }
|
{ gold_unreachable(); }
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.