Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/ld/ldmain.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* ldmain.h -
    2    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1999
     2   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2002, 2003
    33   Free Software Foundation, Inc.
    44
     
    2424
    2525extern char *program_name;
     26extern char *ld_sysroot;
     27extern char *ld_canon_sysroot;
     28extern int ld_canon_sysroot_len;
    2629extern bfd *output_bfd;
    2730extern char *default_target;
    28 extern boolean trace_files;
    29 extern boolean trace_file_tries;
    30 extern boolean version_printed;
    31 extern boolean whole_archive;
    32 extern boolean demangling;
     31extern bfd_boolean trace_files;
     32extern bfd_boolean trace_file_tries;
     33extern bfd_boolean version_printed;
     34extern bfd_boolean whole_archive;
     35extern bfd_boolean demangling;
    3336extern int g_switch_value;
    3437extern const char *output_filename;
     
    3740extern void add_ysym PARAMS ((const char *));
    3841extern void add_wrap PARAMS ((const char *));
    39 extern void add_keepsyms_file PARAMS ((const char *filename));
     42extern void add_keepsyms_file PARAMS ((const char *));
    4043
    4144#endif
Note: See TracChangeset for help on using the changeset viewer.