This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: floating point


Ok, so I tried a few things to debug it:

__fpu_switch_vsr:
        movb $'a',(0xb8000)

And I don't see it showing up.

The code to intall __fpu_switch_vsr is getting run, but it
doesn't seem to set things up quite right.

This makes things work ok:

	hal_pc_exception_noerr  4
	hal_pc_exception_noerr  5	
	hal_pc_exception_noerr  6
#	hal_pc_exception_noerr  7
hal_pc_exception_7:
	movl	$0,hal_trap_error_code
	pushl	$7
	incl	(hal_vsr_stats+7*4)
	jmp	__fpu_switch_vsr

Trying to figure out why it's not setting things up automatically.

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]