* config/m88k/m88k.h (SECTION_ASM_OP): Remove.
authorNeil Booth <neil@daikokuya.co.uk>
Tue, 23 Jul 2002 06:29:28 +0000 (06:29 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 23 Jul 2002 06:29:28 +0000 (06:29 +0000)
From-SVN: r55668

gcc/ChangeLog
gcc/config/m88k/m88k.h

index 8e7eb8504967fd694374af0c2d934be4b77a4fc3..c3699818819a641b3f854f5e8b8f33db79ee9b1f 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
+
+       * config/m88k/m88k.h (SECTION_ASM_OP): Remove.
+
 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
 
        * vmsdbgout.c (SECTION_ASM_OP): Remove.
index abfca762bbe90cb49c0277b22f1f08139d61bd3a..314927846bc53af61ac651fb97d85075d184e996 100644 (file)
@@ -1632,7 +1632,6 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
 /* These are pretty much common to all assemblers.  */
 #define IDENT_ASM_OP           "\tident\t"
 #define FILE_ASM_OP            "\tfile\t"
-#define SECTION_ASM_OP         "\tsection\t"
 #define SET_ASM_OP             "\tdef\t"
 #define GLOBAL_ASM_OP          "\tglobal\t"
 #define ALIGN_ASM_OP           "\talign\t"