diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2005-10-13 02:26:34 +0000 |
---|---|---|
committer | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2005-10-13 02:26:34 +0000 |
commit | 0e7712aeeb4d80fbed2aeaf7cd1c5f2d700163e7 (patch) | |
tree | 15e7e6fcdfefa18749230fa4295118578c05bdaf | |
parent | bf1550b6f8387fe892c6e6e1c86316634a0604ae (diff) | |
download | newlib-0e7712aeeb4d80fbed2aeaf7cd1c5f2d700163e7.zip newlib-0e7712aeeb4d80fbed2aeaf7cd1c5f2d700163e7.tar.gz newlib-0e7712aeeb4d80fbed2aeaf7cd1c5f2d700163e7.tar.bz2 |
* gas/hppa/basic/basic.exp (do_system): Adjust for removal of lha
instructions from system.s.
* gas/hppa/basic/system.s (lha): Remove.
* hppa.h (pa_opcodes): Remove lha entries.
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/hppa.h | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index cf31d8d..15aca11 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2005-10-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * hppa.h (pa_opcodes): Remove lha entries. + 2005-10-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * hppa.h (FLAG_STRICT): Revise comment. diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index af1be47..9bb78e1 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -755,10 +755,8 @@ static const struct pa_opcode pa_opcodes[] = { "probewi", 0x040031c0, 0xfc003fe0, "(s,b),R,t", pa10, 0}, { "lpa", 0x04001340, 0xfc00ffc0, "cZx(b),t", pa10, 0}, { "lpa", 0x04001340, 0xfc003fc0, "cZx(s,b),t", pa10, 0}, -{ "lha", 0x04001300, 0xfc00ffc0, "cZx(b),t", pa10, 0}, -{ "lha", 0x04001300, 0xfc003fc0, "cZx(s,b),t", pa10, 0}, -{ "lci", 0x04001300, 0xfc00ffe0, "x(b),t", pa10, 0}, -{ "lci", 0x04001300, 0xfc003fe0, "x(s,b),t", pa10, 0}, +{ "lci", 0x04001300, 0xfc00ffe0, "x(b),t", pa11, 0}, +{ "lci", 0x04001300, 0xfc003fe0, "x(s,b),t", pa11, 0}, { "pdtlb", 0x04001600, 0xfc00ffdf, "cLcZx(b)", pa20, FLAG_STRICT}, { "pdtlb", 0x04001600, 0xfc003fdf, "cLcZx(s,b)", pa20, FLAG_STRICT}, { "pdtlb", 0x04001600, 0xfc1fffdf, "cLcZ@(b)", pa20, FLAG_STRICT}, |