This lot mainly cleans up `comparison between signed and unsigned' gcc
[deliverable/binutils-gdb.git] / bfd / aout0.c
index cb61b50d0bf33ced7fff4f0c3315855984f73d64..5bc7ae0f67f8ca4195459b7acda0de5a40b86066 100644 (file)
@@ -16,9 +16,8 @@ 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
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#define ARCH 32
 #define TARGETNAME "a.out-zero-big"
 #define MY(OP) CAT(aout0_big_,OP)
 
@@ -26,5 +25,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define MY_exec_hdr_flags 0
 
+#define MACHTYPE_OK(mtype) \
+  ((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020)
+
 /* Include the usual a.out support.  */
 #include "aoutf1.h"
This page took 0.030424 seconds and 4 git commands to generate.