OSDN Git Service

* config/pa/som.h (ASM_IDENTIFY_GCC): Define.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2001 18:47:26 +0000 (18:47 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2001 18:47:26 +0000 (18:47 +0000)
        (ASM_IDENTIFY_GCC_AFTER_SOURCE): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40164 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/som.h

index 8d14adf..13fe12f 100644 (file)
@@ -6,6 +6,9 @@
 
 Thu Mar  1 09:49:58 2001  Jeffrey A Law  (law@cygnus.com)
 
+       * config/pa/som.h  (ASM_IDENTIFY_GCC): Define.
+       (ASM_IDENTIFY_GCC_AFTER_SOURCE): Likewise.
+
        * pa.c (emit_move_sequence): Verify operand0 is a hard register
        before determining its register class.
 
index 06ee54b..c5464cc 100644 (file)
@@ -26,6 +26,12 @@ Boston, MA 02111-1307, USA.  */
    from other embedded stabs implementations.  */
 #undef DBX_USE_BINCL
 
+#undef ASM_IDENTIFY_GCC
+#define ASM_IDENTIFY_GCC(FILE)
+
+#undef ASM_IDENTIFY_GCC_AFTER_SOURCE
+#define ASM_IDENTIFY_GCC_AFTER_SOURCE(FILE)
+
 /* We make the first line stab special to avoid adding several
    gross hacks to GAS.  */
 #undef  ASM_OUTPUT_SOURCE_LINE