URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 145 |
Rev 157 |
Line 94... |
Line 94... |
|
|
struct wildcard_spec {
|
struct wildcard_spec {
|
const char *name;
|
const char *name;
|
struct name_list *exclude_name_list;
|
struct name_list *exclude_name_list;
|
sort_type sorted;
|
sort_type sorted;
|
|
struct flag_info *section_flag_list;
|
};
|
};
|
|
|
struct wildcard_list {
|
struct wildcard_list {
|
struct wildcard_list *next;
|
struct wildcard_list *next;
|
struct wildcard_spec spec;
|
struct wildcard_spec spec;
|
Line 197... |
Line 198... |
assuming that the user knows what they are doing. This was the old
|
assuming that the user knows what they are doing. This was the old
|
behaviour of the linker. The new default behaviour is to reject such
|
behaviour of the linker. The new default behaviour is to reject such
|
input files. */
|
input files. */
|
bfd_boolean accept_unknown_input_arch;
|
bfd_boolean accept_unknown_input_arch;
|
|
|
|
/* If TRUE we'll just print the default output on stdout. */
|
|
bfd_boolean print_output_format;
|
|
|
/* Big or little endian as set on command line. */
|
/* Big or little endian as set on command line. */
|
enum endian_enum endian;
|
enum endian_enum endian;
|
|
|
/* -Bsymbolic and -Bsymbolic-functions, as set on command line. */
|
/* -Bsymbolic and -Bsymbolic-functions, as set on command line. */
|
enum symbolic_enum symbolic;
|
enum symbolic_enum symbolic;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.