2002-03-18 13:46:27 +01:00
|
|
|
/* Binutils emulation layer.
|
2009-09-02 09:25:43 +02:00
|
|
|
Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc.
|
2005-07-18 16:16:51 +02:00
|
|
|
Written by Tom Rix, Red Hat Inc.
|
2002-03-18 13:46:27 +01:00
|
|
|
|
|
|
|
This file is part of GNU Binutils.
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2007-07-05 18:54:46 +02:00
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
2002-03-18 13:46:27 +01:00
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
2007-07-05 18:54:46 +02:00
|
|
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
|
|
MA 02110-1301, USA. */
|
2002-03-18 13:46:27 +01:00
|
|
|
|
|
|
|
#include "binemul.h"
|
|
|
|
|
2002-05-20 20:23:05 +02:00
|
|
|
struct bin_emulation_xfer_struct bin_vanilla_emulation =
|
2002-03-18 13:46:27 +01:00
|
|
|
{
|
|
|
|
ar_emul_default_usage,
|
|
|
|
ar_emul_default_append,
|
|
|
|
ar_emul_default_replace,
|
|
|
|
ar_emul_default_parse_arg,
|
|
|
|
};
|