diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-08-08 19:12:43 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-08-08 19:12:43 -0400 |
commit | 1d19ceaaea3ea90a4c5b91ca1a126a38d210dda1 (patch) | |
tree | b3596ca07a4c242ca436d56bba2f7405dc6cf665 /gcc | |
parent | ac9e20f0fb74ccf91c03f52544f54177fd049810 (diff) | |
download | gcc-1d19ceaaea3ea90a4c5b91ca1a126a38d210dda1.zip gcc-1d19ceaaea3ea90a4c5b91ca1a126a38d210dda1.tar.gz gcc-1d19ceaaea3ea90a4c5b91ca1a126a38d210dda1.tar.bz2 |
(READONLY_DATA_SECTION): Remove definition.
From-SVN: r7874
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/hp320.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index 4b5afcb..e850131 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -319,7 +319,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TEXT_SECTION_ASM_OP "text" #define DATA_SECTION_ASM_OP "data" #endif -#define READONLY_DATA_SECTION data_section #define ASCII_DATA_ASM_OP "byte" /* This is the command to make the user-level label named NAME |