Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gas/config Go back to the nop/unop patter...
details: https://anonhg.NetBSD.org/src/rev/b58f692a2e89
branches: trunk
changeset: 519458:b58f692a2e89
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Dec 18 00:33:35 2001 +0000
description:
Go back to the nop/unop pattern, and pick up rev. 1.35 from the
master FSF sources (rth):
* config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
diffstat:
gnu/dist/toolchain/gas/config/tc-alpha.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (22 lines):
diff -r 5340a1f81dae -r b58f692a2e89 gnu/dist/toolchain/gas/config/tc-alpha.c
--- a/gnu/dist/toolchain/gas/config/tc-alpha.c Tue Dec 18 00:31:52 2001 +0000
+++ b/gnu/dist/toolchain/gas/config/tc-alpha.c Tue Dec 18 00:33:35 2001 +0000
@@ -5703,16 +5703,10 @@
alpha_handle_align (fragp)
fragS *fragp;
{
- /* XXX: All "nop" for now until we figure out the NetBSD pipeline issue. */
- /* NOTES JRT:
-
- nop or zero, zero, zero
- unop ldq_u zero, 0(v0)
- */
- static char const unop[4] = { 0x1f, 0x04, 0xff, 0x47 };
+ static char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f };
static char const nopunop[8] = {
0x1f, 0x04, 0xff, 0x47,
- 0x1f, 0x04, 0xff, 0x47
+ 0x00, 0x00, 0xfe, 0x2f
};
int bytes, fix;
Home |
Main Index |
Thread Index |
Old Index