diff options
author | Jeffrey A Law <law@cygnus.com> | 2001-03-01 18:47:26 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-03-01 11:47:26 -0700 |
commit | 913553ce1507d97ea9734721df1a96a3c27e2160 (patch) | |
tree | 4e03ed01934b0fce2a84eef40a67e39804d1df45 /gcc | |
parent | 791f5e8d0bec6b8ad2e342ed0da098e4ed13c8cd (diff) | |
download | gcc-913553ce1507d97ea9734721df1a96a3c27e2160.zip gcc-913553ce1507d97ea9734721df1a96a3c27e2160.tar.gz gcc-913553ce1507d97ea9734721df1a96a3c27e2160.tar.bz2 |
som.h (ASM_IDENTIFY_GCC): Define.
* config/pa/som.h (ASM_IDENTIFY_GCC): Define.
(ASM_IDENTIFY_GCC_AFTER_SOURCE): Likewise.
From-SVN: r40164
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/pa/som.h | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8d14adf..13fe12f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/pa/som.h b/gcc/config/pa/som.h index 06ee54b..c5464cc 100644 --- a/gcc/config/pa/som.h +++ b/gcc/config/pa/som.h @@ -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 |