summaryrefslogtreecommitdiff
path: root/gas/write.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-05-29 01:10:02 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-05-29 01:10:02 +0000
commitac3e066234f8b60300d690699771c47b53a4f1af (patch)
tree3bdc9ff1d70e3286f1c31ec136b8be086d61299b /gas/write.h
parentd007a1bfb26c76513aa6936a4dc3bcdc901e59b6 (diff)
downloadbinutils-redhat-ac3e066234f8b60300d690699771c47b53a4f1af.tar.gz
* write.h (EXEC_MACHINE_TYPE): Delete.
(string_byte_count, section_alignment): Delete.
Diffstat (limited to 'gas/write.h')
-rw-r--r--gas/write.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/write.h b/gas/write.h
index 2cc1bdd73a..4f75eb6d61 100644
--- a/gas/write.h
+++ b/gas/write.h
@@ -23,12 +23,6 @@
#ifndef __write_h__
#define __write_h__
-#ifndef TC_I960
-#ifdef hpux
-#define EXEC_MACHINE_TYPE HP9000S200_ID
-#endif
-#endif /* TC_I960 */
-
/* This is the name of a fake symbol which will never appear in the
assembler output. S_IS_LOCAL detects it because of the \001. */
#ifndef FAKE_LABEL_NAME
@@ -168,8 +162,6 @@ struct reloc_list
extern int finalize_syms;
extern symbolS *abs_section_sym;
extern addressT dot_value;
-extern long string_byte_count;
-extern int section_alignment[];
extern struct reloc_list* reloc_list;
extern void append (char **charPP, char *fromP, unsigned long length);