Commit 40ef2fc5 by Jeffrey A Law Committed by Jeff Law

alpha.h (ASM_IDENTIFY_GCC): Define to nothing.

        * alpha.h (ASM_IDENTIFY_GCC): Define to nothing.
        (ASM_IDENTIFY_LANGUAGE): Likewise.
Bring over from devo.

From-SVN: r19054
parent 22575c97
......@@ -18,6 +18,9 @@ Fri Apr 3 17:02:13 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
Wed Apr 8 12:51:19 1998 Jeffrey A Law (law@cygnus.com)
* alpha.h (ASM_IDENTIFY_GCC): Define to nothing.
(ASM_IDENTIFY_LANGUAGE): Likewise.
* i386.md (movqi recognizer): Don't perfom byte increment into
a NON_QI_REG_P.
......
......@@ -1777,6 +1777,15 @@ do { \
/* Control the assembler format that we output. */
/* We don't emit these labels, so as to avoid getting linker errors about
missing exception handling info. If we emit a gcc_compiled. label into
text, and the file has no code, then the DEC assembler gives us a zero
sized text section with no associated exception handling info. The
DEC linker sees this text section, and gives a warning saying saying that
the exception handling info is missing. */
#define ASM_IDENTIFY_GCC
#define ASM_IDENTIFY_LANGUAGE
/* Output to assembler file text saying following lines
may contain character constants, extra white space, comments, etc. */
......
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