[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/11395] gas creates 64bit add-instruction in 32bit mode for hppa
From: |
danglin at gcc dot gnu.org |
Subject: |
[Bug gas/11395] gas creates 64bit add-instruction in 32bit mode for hppa2.0 |
Date: |
Sun, 26 Dec 2010 20:49:43 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=11395
--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> 2010-12-26
20:49:28 UTC ---
The PA 2.0 architecture says "When a condition completer is not
specified, the "never" condition is used."
Adding ",dc" to the testcase case results in the following assembler
code with HP assembler:
4: 08 21 07 21 add,dc r1,r1,r1
The "overflow" bit (d) is set.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.