From: Jeffrey A Law Date: Wed, 8 Apr 1998 22:04:32 +0000 (+0000) Subject: alpha.h (ASM_IDENTIFY_GCC): Define to nothing. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40ef2fc551521599fbb0b316b7f75fd3c0d0006d;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 54d72b583e6..bf19cd23b8e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -18,6 +18,9 @@ Fri Apr 3 17:02:13 1998 Alexandre Petit-Bianco 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. diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 9c83d9975aa..127accc589f 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -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. */