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/bfd/m68klynx.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for m68k binaries under LynxOS.
    2    Copyright 1990, 1991, 1992, 1993, 1994, 1995
     2   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001, 2002, 2003
    33   Free Software Foundation, Inc.
    44
     
    1919Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    2020
    21 #define BYTES_IN_WORD 4
    2221#define N_SHARED_LIB(x) 0
    2322
     
    2726#define DEFAULT_ARCH bfd_arch_m68k
    2827
    29 #define MY(OP) CAT(m68klynx_aout_,OP)
     28/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     29   remove whitespace added here, and thus will fail to concatenate
     30   the tokens.  */
     31#define MY(OP) CONCAT2 (m68klynx_aout_,OP)
    3032#define TARGETNAME "a.out-m68k-lynx"
    3133
     
    4345char *lynx_core_file_failing_command();
    4446int lynx_core_file_failing_signal();
    45 boolean lynx_core_file_matches_executable_p();
     47bfd_boolean lynx_core_file_matches_executable_p();
    4648const bfd_target *lynx_core_file_p();
    4749
Note: See TracChangeset for help on using the changeset viewer.