199005Sobrien/* Macro definitions for Power PC running embedded ABI
299005Sobrien   in little endian mode.
399005Sobrien   Copyright 1995, 1998 Free Software Foundation, Inc.
499005Sobrien
599005Sobrien   This file is part of GDB.
699005Sobrien
799005Sobrien   This program is free software; you can redistribute it and/or modify
899005Sobrien   it under the terms of the GNU General Public License as published by
999005Sobrien   the Free Software Foundation; either version 2 of the License, or
1099005Sobrien   (at your option) any later version.
1199005Sobrien
1299005Sobrien   This program is distributed in the hope that it will be useful,
1399005Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1499005Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1599005Sobrien   GNU General Public License for more details.
1699005Sobrien
1799005Sobrien   You should have received a copy of the GNU General Public License
1899005Sobrien   along with this program; if not, write to the Free Software
1999005Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
2099005Sobrien   Boston, MA 02111-1307, USA.  */
2199005Sobrien
2299005Sobrien#ifndef TM_PPCLE_EABI_H
2399005Sobrien#define TM_PPCLE_EABI_H
2499005Sobrien
2599005Sobrien/* Use normal ppc-eabi definitions */
2699005Sobrien#include "powerpc/tm-ppc-eabi.h"
2799005Sobrien
2899005Sobrien#endif /* TM_PPCLE_EABI_H */
29