diff options
author | Jeff Law <law@redhat.com> | 1997-12-15 19:21:25 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-12-15 19:21:25 +0000 |
commit | 09162f6feb9ea6c4ea6e7eaf623a9917bdd0c866 (patch) | |
tree | d69fa0569aed8781a4b2a025d4eb486f0c320cb2 /gas | |
parent | 7c45d53214a3966ee5a8bb41e8cc1b2c6e16bed7 (diff) | |
download | gdb-09162f6feb9ea6c4ea6e7eaf623a9917bdd0c866.zip gdb-09162f6feb9ea6c4ea6e7eaf623a9917bdd0c866.tar.gz gdb-09162f6feb9ea6c4ea6e7eaf623a9917bdd0c866.tar.bz2 |
* config/tc-mips.c (mips_ip): Correctly insert 'P' operands into
the instruction.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bb094b8..3e544c2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 15 10:32:28 1997 Jeffrey A Law (law@cygnus.com) + + * config/tc-mips.c (mips_ip): Correctly insert 'P' operands into + the instruction. + start-sanitize-tic80 Fri Dec 12 11:44:20 1997 Fred Fish <fnf@cygnus.com> |