146283Sdfr/* Macro definitions for GDB on an Intel i386 running Solaris 2.
298944Sobrien   Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
346283Sdfr
498944Sobrien   This file is part of GDB.
546283Sdfr
698944Sobrien   This program is free software; you can redistribute it and/or modify
798944Sobrien   it under the terms of the GNU General Public License as published by
898944Sobrien   the Free Software Foundation; either version 2 of the License, or
998944Sobrien   (at your option) any later version.
1046283Sdfr
1198944Sobrien   This program is distributed in the hope that it will be useful,
1298944Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1398944Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1498944Sobrien   GNU General Public License for more details.
1546283Sdfr
1698944Sobrien   You should have received a copy of the GNU General Public License
1798944Sobrien   along with this program; if not, write to the Free Software
1898944Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
1998944Sobrien   Boston, MA 02111-1307, USA.  */
2046283Sdfr
2146283Sdfr#ifndef TM_I386SOL2_H
2246283Sdfr#define TM_I386SOL2_H 1
2346283Sdfr
24130803Smarcel#include "i386/tm-i386.h"
2598944Sobrien
2646283Sdfr/* The SunPRO compiler puts out 0 instead of the address in N_SO symbols,
2746283Sdfr   and for SunPRO 3.0, N_FUN symbols too.  */
2846283Sdfr#define SOFUN_ADDRESS_MAYBE_MISSING
2946283Sdfr
3098944Sobrienextern char *sunpro_static_transform_name (char *);
3146283Sdfr#define STATIC_TRANSFORM_NAME(x) sunpro_static_transform_name (x)
3246283Sdfr#define IS_STATIC_TRANSFORM_NAME(name) ((name)[0] == '.')
3346283Sdfr
3498944Sobrien#endif /* ifndef TM_I386SOL2_H */
35