* gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
* gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.
This commit is contained in:
parent
71e17562a8
commit
8a6d3190de
4 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
|
||||
* gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.
|
||||
|
||||
2005-07-18 Jan Beulich <jbeulich@novell.com>
|
||||
|
||||
* gas/i386/reloc32.[sdl]: New.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; Basic immediate instruction tests.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
gfw %r4(%sr0,%r5)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; Basic immediate instruction tests.
|
||||
|
|
Loading…
Reference in a new issue