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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [ld.h] - Diff between revs 145 and 157

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;

powered by: WebSVN 2.1.0

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