diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-28 18:36:50 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-28 18:36:50 -0500 |
commit | 4c3730343e6ea983bbb3d690c6239a372b321693 (patch) | |
tree | 7d69d453156bdcef2893d13fc83f1eba2414cc5c | |
parent | 838e9ea20dced0c508c27111a90be7d2828a0518 (diff) | |
download | gcc-4c3730343e6ea983bbb3d690c6239a372b321693.zip gcc-4c3730343e6ea983bbb3d690c6239a372b321693.tar.gz gcc-4c3730343e6ea983bbb3d690c6239a372b321693.tar.bz2 |
(ASM_IDENTIFY_GCC): Define to be non-null.
From-SVN: r6915
-rw-r--r-- | gcc/config/m68k/mot3300.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index c12b573..79ae4b6 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -225,10 +225,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_FILE_START(FILE) \ output_file_directive ((FILE), main_input_filename) -/* Don't try to define `gcc_compiled.' since the assembler might not - accept symbols with periods and GDB doesn't run on this machine anyway. */ +/* The sysV68 assembler does not accept dots in labels. + Let's use percent instead */ -#define ASM_IDENTIFY_GCC(FILE) +#define ASM_IDENTIFY_GCC(FILE) fputs("gcc2_compiled%:\n", FILE) /* Names to predefine in the preprocessor for this target machine. */ /* ihnp4!lmayk!lgm@eddie.mit.edu says mc68000 and m68k should not be here, |