Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2003 01:02:24 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 trap.c src/sys/ia64/include _regset.h
Message-ID:  <200307250802.h6P82Oak095822@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/07/25 01:02:24 PDT

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        trap.c 
    sys/ia64/include     _regset.h 
  Log:
  Remove __aligned(16) from the definition of struct _ia64_fpreg. It's
  a non-standard construct. Instead, redefine struct _ia64_fpreg as a
  union and put a long double in it. On ia64 and for LP64, this is
  defined by the ABI to have 16-byte alignment. For ILP32 a long double
  has 4-byte alignment, but we don't support ILP32.
  
  Note that the in-memory image of a long double does not match the in-
  memory image of spilled FP registers. This means that one cannot use
  the fpr_flt field to interpet the bits. For this reason we continue
  to use an aggregate type.
  
  Revision  Changes    Path
  1.86      +4 -4      src/sys/ia64/ia64/trap.c
  1.4       +129 -128  src/sys/ia64/include/_regset.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307250802.h6P82Oak095822>