summaryrefslogtreecommitdiff
path: root/gcc/config/arm/aout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/aout.h')
-rw-r--r--gcc/config/arm/aout.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h
index fbdbba072f5..9832eda9260 100644
--- a/gcc/config/arm/aout.h
+++ b/gcc/config/arm/aout.h
@@ -226,36 +226,6 @@ Boston, MA 02111-1307, USA. */
} \
while (0)
-#define ASM_OUTPUT_INT(STREAM, EXP) \
- do \
- { \
- fprintf (STREAM, "\t.word\t"); \
- OUTPUT_INT_ADDR_CONST (STREAM, EXP); \
- fputc ('\n', STREAM); \
- } \
- while (0)
-
-#define ASM_OUTPUT_SHORT(STREAM, EXP) \
- do \
- { \
- fprintf (STREAM, "\t.short\t"); \
- output_addr_const (STREAM, EXP); \
- fputc ('\n', STREAM); \
- } \
- while (0)
-
-#define ASM_OUTPUT_CHAR(STREAM, EXP) \
- do \
- { \
- fprintf (STREAM, "\t.byte\t"); \
- output_addr_const (STREAM, EXP); \
- fputc ('\n', STREAM); \
- } \
- while (0)
-
-#define ASM_OUTPUT_BYTE(STREAM, VALUE) \
- fprintf (STREAM, "\t.byte\t%d\n", VALUE)
-
#undef ASM_OUTPUT_ASCII
#define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
output_ascii_pseudo_op (STREAM, (const unsigned char *)(PTR), LEN)