* write.h (EXEC_MACHINE_TYPE): Delete.

(string_byte_count, section_alignment): Delete.
This commit is contained in:
Alan Modra
2007-05-29 01:10:02 +00:00
parent 846a3c3a49
commit a32b816ed5
2 changed files with 5 additions and 8 deletions

View 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> 2007-05-28 Nathan Sidwell <nathan@codesourcery.com>
* app.c (do_scrub_chars): Cope with \ at end of buffer. * app.c (do_scrub_chars): Cope with \ at end of buffer.

View File

@@ -23,12 +23,6 @@
#ifndef __write_h__ #ifndef __write_h__
#define __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 /* 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. */ assembler output. S_IS_LOCAL detects it because of the \001. */
#ifndef FAKE_LABEL_NAME #ifndef FAKE_LABEL_NAME
@@ -168,8 +162,6 @@ struct reloc_list
extern int finalize_syms; extern int finalize_syms;
extern symbolS *abs_section_sym; extern symbolS *abs_section_sym;
extern addressT dot_value; extern addressT dot_value;
extern long string_byte_count;
extern int section_alignment[];
extern struct reloc_list* reloc_list; extern struct reloc_list* reloc_list;
extern void append (char **charPP, char *fromP, unsigned long length); extern void append (char **charPP, char *fromP, unsigned long length);