Commit 913553ce by Jeffrey A Law Committed by Jeff Law

som.h (ASM_IDENTIFY_GCC): Define.

        * config/pa/som.h  (ASM_IDENTIFY_GCC): Define.
        (ASM_IDENTIFY_GCC_AFTER_SOURCE): Likewise.

From-SVN: r40164
parent 791f5e8d
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
Thu Mar 1 09:49:58 2001 Jeffrey A Law (law@cygnus.com) 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 * pa.c (emit_move_sequence): Verify operand0 is a hard register
before determining its register class. before determining its register class.
......
...@@ -26,6 +26,12 @@ Boston, MA 02111-1307, USA. */ ...@@ -26,6 +26,12 @@ Boston, MA 02111-1307, USA. */
from other embedded stabs implementations. */ from other embedded stabs implementations. */
#undef DBX_USE_BINCL #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 /* We make the first line stab special to avoid adding several
gross hacks to GAS. */ gross hacks to GAS. */
#undef ASM_OUTPUT_SOURCE_LINE #undef ASM_OUTPUT_SOURCE_LINE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment