Changeset 00a44bc in mainline for arch/ia64/src/asm.S


Ignore:
Timestamp:
2005-05-11T14:12:53Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
724b58a
Parents:
9db5b66
Message:

IA-64 work.
Give up attempts to persuade ld to patch the kernel image with proper hardcoded lenghts and addresses.
Add special sections and calculate the numbers manually.
Fix wrong order of operands in sub instructions in memcpy() implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/asm.S

    r9db5b66 r00a44bc  
    3434         * Switch the role of first two arguments
    3535         */
    36         sub r33 = r32, r33      ;;
     36        sub r33 = r33, r32      ;;
    3737        add r32 = r32, r33      ;;
    38         sub r33 = r33, r32     
     38        sub r33 = r32, r33     
    3939               
    4040        br _memcopy
Note: See TracChangeset for help on using the changeset viewer.