demo64.c revision 33965
133965Sjdp/* BFD backend for demonstration 64-bit a.out binaries.
233965Sjdp   Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.
333965Sjdp   Written by Cygnus Support.
433965Sjdp
533965SjdpThis file is part of BFD, the Binary File Descriptor library.
633965Sjdp
733965SjdpThis program is free software; you can redistribute it and/or modify
833965Sjdpit under the terms of the GNU General Public License as published by
933965Sjdpthe Free Software Foundation; either version 2 of the License, or
1033965Sjdp(at your option) any later version.
1133965Sjdp
1233965SjdpThis program is distributed in the hope that it will be useful,
1333965Sjdpbut WITHOUT ANY WARRANTY; without even the implied warranty of
1433965SjdpMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1533965SjdpGNU General Public License for more details.
1633965Sjdp
1733965SjdpYou should have received a copy of the GNU General Public License
1833965Sjdpalong with this program; if not, write to the Free Software
1933965SjdpFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
2033965Sjdp
2133965Sjdp#define ARCH_SIZE 64
2233965Sjdp#define MY(OP) CAT(demo_64_,OP)
2333965Sjdp#define TARGETNAME  "demo64"
2433965Sjdp#include "aoutf1.h"
25