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/demo64.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD backend for demonstration 64-bit a.out binaries.
    2    Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
     2   Copyright 1990, 1991, 1992, 1993, 1994, 2001
     3   Free Software Foundation, Inc.
    34   Written by Cygnus Support.
    45
     
    2021
    2122#define ARCH_SIZE 64
    22 #define MY(OP) CAT(demo_64_,OP)
     23
     24/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     25   remove whitespace added here, and thus will fail to concatenate
     26   the tokens.  */
     27#define MY(OP) CONCAT2 (demo_64_,OP)
     28
    2329#define TARGETNAME  "demo64"
    2430#include "aoutf1.h"
Note: See TracChangeset for help on using the changeset viewer.