diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-26 04:42:05 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-26 04:42:05 +0000 |
commit | 728719fad276ad99fb3b9a84ea38f82df1559865 (patch) | |
tree | 0eedd8d435a3bae969f34cff819b033e8dd0153a /gcc/config/i386/gas.h | |
parent | c0da43917d36f8e446c69224e785e05af02c0b0e (diff) | |
download | gcc-728719fad276ad99fb3b9a84ea38f82df1559865.tar.gz |
Patch from Richard B Kreckel.
PR target/17171
* config/i386/gas.h (ASM_COMMENT_START): Define to "#".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/gas.h')
-rw-r--r-- | gcc/config/i386/gas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index 9f002431018..bf545128467 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -117,4 +117,8 @@ Boston, MA 02111-1307, USA. */ /* Print opcodes the way that GAS expects them. */ #define GAS_MNEMONICS 1 +/* The comment-starter string as GAS expects it. */ +#undef ASM_COMMENT_START +#define ASM_COMMENT_START "#" + #define TARGET_ASM_FILE_START_FILE_DIRECTIVE true |