summaryrefslogtreecommitdiff
path: root/gcc/config/arm/aout.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-05-17 16:14:28 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-05-17 16:14:28 +0000
commit9370b800336d7a6fecec655ee2b460c3801c969e (patch)
tree70b5ded5a42572defcbfc6c7bc6e80c6b6052e66 /gcc/config/arm/aout.h
parent5405a863b704f6f0017657880d248525cea9bbe6 (diff)
downloadgcc-9370b800336d7a6fecec655ee2b460c3801c969e.tar.gz
* arm/aout.h (ASM_OUTPUT_OPTIONS): Delete.
(ASM_FILE_START): Delete option output support. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11992 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/aout.h')
-rw-r--r--gcc/config/arm/aout.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h
index b47fada92b3..4ed9f432491 100644
--- a/gcc/config/arm/aout.h
+++ b/gcc/config/arm/aout.h
@@ -23,18 +23,9 @@ Boston, MA 02111-1307, USA. */
#define ARM_OS_NAME "(generic)"
#endif
-#define ASM_OUTPUT_OPTIONS(FILE) \
- output_options(FILE, \
- f_options, sizeof (f_options) / sizeof (f_options[0]), \
- W_options, sizeof (W_options) / sizeof (W_options[0]))
-
/* The text to go at the start of the assembler file */
#define ASM_FILE_START(STREAM) \
{ \
- extern char *version_string; \
- fprintf (STREAM,"%s Generated by gcc %s for ARM/%s\n", \
- ASM_COMMENT_START, version_string, ARM_OS_NAME); \
- ASM_OUTPUT_OPTIONS(STREAM); \
fprintf (STREAM,"%srfp\t.req\t%sr9\n", REGISTER_PREFIX, REGISTER_PREFIX); \
fprintf (STREAM,"%ssl\t.req\t%sr10\n", REGISTER_PREFIX, REGISTER_PREFIX); \
fprintf (STREAM,"%sfp\t.req\t%sr11\n", REGISTER_PREFIX, REGISTER_PREFIX); \