aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-05-29 01:10:02 +0000
committerAlan Modra <amodra@gmail.com>2007-05-29 01:10:02 +0000
commita32b816ed58e14b72dc6c6387bc492a07ad1023e (patch)
tree8a0db892cab9af927bf201dde16d040214d259b3 /gas
parent846a3c3a49c630fa2adadab32a566a2f031303fe (diff)
downloadgdb-a32b816ed58e14b72dc6c6387bc492a07ad1023e.zip
gdb-a32b816ed58e14b72dc6c6387bc492a07ad1023e.tar.gz
gdb-a32b816ed58e14b72dc6c6387bc492a07ad1023e.tar.bz2
* write.h (EXEC_MACHINE_TYPE): Delete.
(string_byte_count, section_alignment): Delete.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/write.h8
2 files changed, 5 insertions, 8 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8d9483a..1a16336 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-29 Alan Modra <amodra@bigpond.net.au>
+
+ * write.h (EXEC_MACHINE_TYPE): Delete.
+ (string_byte_count, section_alignment): Delete.
+
2007-05-28 Nathan Sidwell <nathan@codesourcery.com>
* app.c (do_scrub_chars): Cope with \ at end of buffer.
diff --git a/gas/write.h b/gas/write.h
index 2cc1bdd..4f75eb6 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);