diff options
author | Stu Grossman <grossman@cygnus> | 1993-04-06 17:40:55 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-04-06 17:40:55 +0000 |
commit | 0c101d4920e41f12945049221da74cad1146a850 (patch) | |
tree | 5f4ce4aee9867bd92120bb03ba109780b0146901 /gdb/config/i386/xm-go32.h | |
parent | 8d3ca594240533a29fc807b09a4e3151c5799d4b (diff) | |
download | gdb-0c101d4920e41f12945049221da74cad1146a850.zip gdb-0c101d4920e41f12945049221da74cad1146a850.tar.gz gdb-0c101d4920e41f12945049221da74cad1146a850.tar.bz2 |
* configure.in: Sparclite uses sparc config dir. Also has it's
own tm- & .mt files now. Also add sparclite to configdirs.
* go32-xdep.c: Dummy routines for sigsetmask & strlwr.
* config/i386/go32.mh: Nullify def of TERMCAP.
* config/i386/xm-go32.h: Get rid of redef of EIO.
* config/sparc/{sparclite.mh tm-sparclite.h}: New sparclite
specific configs. Very similar to sun4os4, but without solib.
* sparclite/{Makefile.in configure.in}: First cut at making this
dir configgable.
Diffstat (limited to 'gdb/config/i386/xm-go32.h')
-rw-r--r-- | gdb/config/i386/xm-go32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/i386/xm-go32.h b/gdb/config/i386/xm-go32.h index 91f5d35..326277a 100644 --- a/gdb/config/i386/xm-go32.h +++ b/gdb/config/i386/xm-go32.h @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#undef EIO -#define EIO 0 #define SYS_SIGLIST_MISSING 1 #define HOST_BYTE_ORDER LITTLE_ENDIAN #include "fopen-bin.h" |