From a7f668c02fdfee33f37ad7635916536f48314555 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 15 Mar 1995 02:39:39 +0000 Subject: [PATCH] * config/tc-mips.c (load_register): Don't use addiu for dli of an unsigned seemingly negative number. Don't bother shifting a zero value. (mips_ip): For case 'j', if there are more alternatives, and the ISA level is at least 3, don't accept an unsigned seemingly negative number. --- gas/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 86605478c8..55ad1c5d42 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Tue Mar 14 21:36:34 1995 Ian Lance Taylor + + * config/tc-mips.c (load_register): Don't use addiu for dli of an + unsigned seemingly negative number. Don't bother shifting a zero + value. + (mips_ip): For case 'j', if there are more alternatives, and the + ISA level is at least 3, don't accept an unsigned seemingly + negative number. + Tue Mar 14 19:16:43 1995 Ken Raeburn * read.c (s_app_line): Fix last patch to deal with a line number -- 2.34.1