Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2000 17:38:51 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ...
Message-ID:  <200007070038.RAA11861@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2000/07/06 17:38:51 PDT

  Modified files:        (Branch: RELENG_4)
    sys/gnu/i386/fpemul  reg_div.s reg_round.s wm_sqrt.s 
    sys/i386/i386        bioscall.s db_interface.c exception.s 
                         locore.s support.s 
    sys/i386/include     atomic.h 
    sys/i386/isa         apic_vector.s icu_vector.s ipl.s 
    sys/i386/linux       linux_locore.s 
    sys/i386/svr4        svr4_locore.s 
  Log:
  MFC: x86 ASM cleanups allowed/required with/by Binutils 2.10.0.
  1. Do not specify the size to operations; allow the assembler to decide.
     (we often were mixing 32-bit operations with 16-bit operands)
  2. AT&T asm syntax requires a leading '*' in front of the operand for
     indirect calls and jumps.
  
  Revision  Changes    Path
  1.9.2.1   +2 -2      src/sys/gnu/i386/fpemul/reg_div.s
  1.9.2.1   +1 -1      src/sys/gnu/i386/fpemul/reg_round.s
  1.9.2.1   +1 -1      src/sys/gnu/i386/fpemul/wm_sqrt.s
  1.6.2.1   +2 -2      src/sys/i386/i386/bioscall.s
  1.48.2.1  +2 -2      src/sys/i386/i386/db_interface.c
  1.65.2.2  +18 -18    src/sys/i386/i386/exception.s
  1.132.2.2 +7 -11     src/sys/i386/i386/locore.s
  1.67.2.2  +8 -24     src/sys/i386/i386/support.s
  1.9.2.1   +10 -10    src/sys/i386/include/atomic.h
  1.47.2.3  +21 -21    src/sys/i386/isa/apic_vector.s
  1.14.2.1  +9 -9      src/sys/i386/isa/icu_vector.s
  1.32.2.2  +3 -3      src/sys/i386/isa/ipl.s
  1.5.2.1   +1 -1      src/sys/i386/linux/linux_locore.s
  1.10.2.1  +2 -2      src/sys/i386/svr4/svr4_locore.s



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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