aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2002-07-23 06:29:28 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-07-23 06:29:28 +0000
commitd22eda7b9af46119714478ebe2abd7bfbc1da600 (patch)
treef2d4a7bb95da19a025c90dff86f96de339332f68
parentb5e66e65f2b838679943eea7ffc0d25f4482fae9 (diff)
downloadgcc-d22eda7b9af46119714478ebe2abd7bfbc1da600.zip
gcc-d22eda7b9af46119714478ebe2abd7bfbc1da600.tar.gz
gcc-d22eda7b9af46119714478ebe2abd7bfbc1da600.tar.bz2
* config/m88k/m88k.h (SECTION_ASM_OP): Remove.
From-SVN: r55668
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/m88k/m88k.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8e7eb85..c369981 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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.
2002-07-23 Neil Booth <neil@daikokuya.co.uk>
diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h
index abfca76..3149278 100644
--- a/gcc/config/m88k/m88k.h
+++ b/gcc/config/m88k/m88k.h
@@ -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"