Initial commit of gas.new support for NetBSD/pc532.

This commit is contained in:
matthias 1998-10-08 14:17:18 +00:00
parent 46510bb5d4
commit 9e8e220306
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# $NetBSD: Makefile.inc,v 1.1 1998/10/08 14:17:18 matthias Exp $
TARG_CPU_C= tc-ns32k.c
OBJ_FORMAT_C= obj-aout.c
ATOF_TARG_C= atof-ieee.c
CPPFLAGS+=-DBFD_ASSEMBLER=1 -Uns32k

View File

@ -0,0 +1 @@
#include "obj-aout.h"

View File

@ -0,0 +1 @@
#include "tc-ns32k.h"

View File

@ -0,0 +1 @@
#include "te-nbsd.h"