diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2005-07-19 01:41:21 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2005-07-19 01:41:21 +0000 |
commit | 8a6d3190decda662835f7c8bff38c8741189369a (patch) | |
tree | 63aa60f31c1d5e30e2e3abe24af22a51f2fd0f39 /gas | |
parent | 71e17562a8c9cf64635e377753c7350cebf04b1e (diff) | |
download | gdb-8a6d3190decda662835f7c8bff38c8741189369a.zip gdb-8a6d3190decda662835f7c8bff38c8741189369a.tar.gz gdb-8a6d3190decda662835f7c8bff38c8741189369a.tar.bz2 |
* gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
* gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/basic/fp_comp.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/basic/special.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/basic/system.s | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index da74841..fffbdf9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/hppa/basic/fp_comp.s b/gas/testsuite/gas/hppa/basic/fp_comp.s index 298e2d6..82e3bbd 100644 --- a/gas/testsuite/gas/hppa/basic/fp_comp.s +++ b/gas/testsuite/gas/hppa/basic/fp_comp.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; Basic immediate instruction tests. diff --git a/gas/testsuite/gas/hppa/basic/special.s b/gas/testsuite/gas/hppa/basic/special.s index e61ce9a..7ac1e2e 100644 --- a/gas/testsuite/gas/hppa/basic/special.s +++ b/gas/testsuite/gas/hppa/basic/special.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 gfw %r4(%sr0,%r5) diff --git a/gas/testsuite/gas/hppa/basic/system.s b/gas/testsuite/gas/hppa/basic/system.s index b9846b9..2cadc39 100644 --- a/gas/testsuite/gas/hppa/basic/system.s +++ b/gas/testsuite/gas/hppa/basic/system.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; Basic immediate instruction tests. |