1. 30 Jan, 2004 4 commits
    • Russell King's avatar
      [ARM] Remove FP work-arounds. · 87eb058e
      Russell King authored
      We used to have code to allow binaries linked against glibc to run,
      when glibc itself contained some FP instructions (for PCS stack
      frames for functions like printf and scanf) thereby allowing FP
      emulators like nwfpe to be built as modules.
      
      This has proved to be unreliable with later compilers, so support
      for this was dropped a while ago.  Since no one complained, we can
      finally remove the dead code.
      
      (NB. a klibc based module-init-tools shouldn't suffer from this
      problem.)
      87eb058e
    • Russell King's avatar
      db1708fb
    • Russell King's avatar
      [ARM] Fix bitops pointer qualifiers. · 4abebca3
      Russell King authored
      According to x86, the pointers for bitops are supposed to be
      qualified with volatile.  Make ARM bitops reflect this.
      4abebca3
    • Russell King's avatar
      [ARM] Eliminate tsk->used_math · 41754b1f
      Russell King authored
      Remove usage of tsk->used_math on ARM, moving the status to an array
      of co-processor usage.  (ARM can have up to 15 co-processors
      providing various extra facilities such as SIMD, VFP or FP.)
      41754b1f
  2. 27 Jan, 2004 4 commits
  3. 26 Jan, 2004 22 commits
  4. 25 Jan, 2004 3 commits
  5. 24 Jan, 2004 7 commits