]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/config/tc-arm.h (DOUBLESLASH_LINE_COMMENTS): Define.
authorNick Clifton <nickc@redhat.com>
Tue, 21 Feb 2012 16:55:31 +0000 (16:55 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 21 Feb 2012 16:55:31 +0000 (16:55 +0000)
gas/ChangeLog
gas/config/tc-arm.h

index 63f341e935a8852a091407ea33a63fdf66d16e12..619c1f95f74c03386e4b36963ee30d9f1589347d 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-21  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * gas/config/tc-arm.h (DOUBLESLASH_LINE_COMMENTS): Define.
+
 2012-02-21  Iain Sandoe  <idsandoe@googlemail.com>
 
        * write.c (write_object_file): Add md_pre_output_hook.
index 2916ae19a3294b77e35d77b970cad88f9acf97ef..b6b7a04e390f20c2892e6202bffce52bf2a30f79 100644 (file)
@@ -1,6 +1,6 @@
 /* This file is tc-arm.h
    Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008, 2009, 2012  Free Software Foundation, Inc.
    Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
        Modified by David Taylor (dtaylor@armltd.co.uk)
 
@@ -79,6 +79,9 @@ struct fix;
 # define TARGET_FORMAT elf32_arm_target_format ()
 #endif
 
+/* We support double slash line-comments for compatibility with the ARM AArch64 Assembler.  */
+#define DOUBLESLASH_LINE_COMMENTS
+
 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX)
 
 #define md_relax_frag(segment, fragp, stretch) \