diff options
Diffstat (limited to 'gas/config/obj-evax.h')
-rw-r--r-- | gas/config/obj-evax.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gas/config/obj-evax.h b/gas/config/obj-evax.h index 39ac7a1..413a837 100644 --- a/gas/config/obj-evax.h +++ b/gas/config/obj-evax.h @@ -1,5 +1,5 @@ /* This file is obj-evax.h - Copyright 1996, 2000 Free Software Foundation, Inc. + Copyright 1996, 2000, 2005 Free Software Foundation, Inc. Contributed by Klaus Kämpf (kkaempf@progis.de) of proGIS Software, Aachen, Germany. @@ -31,9 +31,7 @@ /* include whatever target cpu is appropriate. */ #include "targ-cpu.h" -#ifdef BFD_ASSEMBLER #define OUTPUT_FLAVOR bfd_target_evax_flavour -#endif /* * SYMBOLS @@ -58,8 +56,6 @@ obj_symbol_type; /* should be the format's symbol structure */ typedef void *object_headers; -#define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE (0) /* your magic number */ - #define OBJ_EMIT_LINENO(a,b,c) /* must be *something*. This no-op's it out. */ #define obj_symbol_new_hook(s) {;} |