* write.h (EXEC_MACHINE_TYPE): Delete.
authorAlan Modra <amodra@gmail.com>
Tue, 29 May 2007 01:10:02 +0000 (01:10 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 29 May 2007 01:10:02 +0000 (01:10 +0000)
(string_byte_count, section_alignment): Delete.

gas/ChangeLog
gas/write.h

index 8d9483a1202e7a671770759ff1d0f17a9357d16f..1a16336b7b09792288867ab3ff4df3c2fc899bb3 100644 (file)
@@ -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.
index 2cc1bdd73a5ebeb1bf08f917d1478640d7ce1493..4f75eb6d611a80c0059b892cfdc0efeb18ea3cbc 100644 (file)
 #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);
This page took 0.027089 seconds and 4 git commands to generate.