File: ChangeLog.linux

package info (click to toggle)
binutils-m68k-linux 2.9.1.0.12-1
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 29,636 kB
  • ctags: 40,213
  • sloc: ansic: 360,171; asm: 20,244; exp: 9,325; sh: 7,087; makefile: 5,430; yacc: 4,600; lisp: 2,991; lex: 1,426; sed: 544; cpp: 206; awk: 24; perl: 16
file content (28 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Tue May 26 21:34:40 1998  H.J. Lu  <hjl@gnu.org>

	* i386.h (i386_optab): Remove "retw", "lretw", "enterw" and
	"leavew". Remove Data32 from "ret", "lret", "enter" and "leave".
	Add WordOperand to "ret", "lret", "enter" and "leave".

Fri Apr 24 19:28:19 1998  H.J. Lu  <hjl@gnu.org>

	* i386.h (i386_optab): Add WordReg and WordMem for "call",
	"lcall", "jmp" and "ljmp". Add Imm16 for "lcall" and "ljmp".
	(PUSH_IMM): New.
	
Tue Apr 21 13:03:17 1998  Martynas Kunigelis  <kunimart@pit.ktu.lt>

	* i386.h (i386_optab): Add "addr32", "adword", "data32" and 
	"dword" entries in the opcode prefix section. Add 'Prefix' 
	to the opcode modifier for all opcode prefix entries. Remove
	the "callw" and "lcallw" entries. Change the opcode modifiers 
	for "jmp", "call", "ljmp" and "lcall".
	
	* i386.h (i386_prefixtab): Add "addr32" and "data32" entries.
	
Sat Apr 11 18:51:35 1998  H.J. Lu  <hjl@gnu.org>

	* i386.h (i386_optab): Add "xlatb", "fnsaves", "fsaves" and
	"frstors".  Use ByteOperand, WordOperand and DWordOperand to
	indicate if an instruction can have an operand size suffix.
	Use Reg16, Reg32, WordReg and WordMem when appropriate.