summaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-02-28 00:45:49 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-02-28 00:45:49 +0000
commit0a189cac74c2d5f933f7d78ba261b846fbd87e46 (patch)
tree050903c3db5130221fd05e457fe9c7fc0fed7633 /gcc/dwarfout.c
parentbd81c5c37d84e76885e7b3eb10c69a5fcc8f3f34 (diff)
downloadgcc-0a189cac74c2d5f933f7d78ba261b846fbd87e46.tar.gz
(ASM_OUTPUT_DEF): Delete definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6664 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index b3d31725674..7a6fecc03af 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -561,10 +561,7 @@ static unsigned lookup_filename ();
output operations.
If necessary, these may be overridden from within your tm.h file,
- but typically, you shouldn't need to override these. One known
- exception is ASM_OUTPUT_DEF which has to be different for stock
- sparc/svr4 assemblers.
-*/
+ but typically, you shouldn't need to override these. */
#ifndef ASM_OUTPUT_PUSH_SECTION
#define ASM_OUTPUT_PUSH_SECTION(FILE, SECTION) \
@@ -584,16 +581,6 @@ static unsigned lookup_filename ();
} while (0)
#endif
-#ifndef ASM_OUTPUT_DEF
-#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \
- do { fprintf ((FILE), "\t%s\t", SET_ASM_OP); \
- assemble_name (FILE, LABEL1); \
- fprintf (FILE, ","); \
- assemble_name (FILE, LABEL2); \
- fprintf (FILE, "\n"); \
- } while (0)
-#endif
-
#ifndef ASM_OUTPUT_DWARF_DELTA2
#define ASM_OUTPUT_DWARF_DELTA2(FILE,LABEL1,LABEL2) \
do { fprintf ((FILE), "\t%s\t", UNALIGNED_SHORT_ASM_OP); \