aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-evax.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/obj-evax.h')
-rw-r--r--gas/config/obj-evax.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/config/obj-evax.h b/gas/config/obj-evax.h
index 745b1fe..351003c 100644
--- a/gas/config/obj-evax.h
+++ b/gas/config/obj-evax.h
@@ -25,10 +25,10 @@
* object format specific header files.
*/
-/* define an obj specific macro off which target cpu back ends may key. */
+/* define an obj specific macro off which target cpu back ends may key. */
#define OBJ_EVAX 1
-/* include whatever target cpu is appropriate. */
+/* include whatever target cpu is appropriate. */
#include "targ-cpu.h"
#ifdef BFD_ASSEMBLER
@@ -60,7 +60,7 @@ 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_EMIT_LINENO(a,b,c) /* must be *something*. This no-op's it out. */
#define obj_symbol_new_hook(s) {;}
@@ -93,5 +93,3 @@ typedef void *object_headers;
* fill-column: 131
* End:
*/
-
-/* end of obj-evax.h */