Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/sh3/gen



Module Name:    src
Committed By:   uwe
Date:           Wed Aug 27 15:03:07 UTC 2003

Modified Files:
        src/lib/libc/arch/sh3/gen: udivsi3.S

Log Message:
Add a comment that explains that

  . this function cannot have _PROF_PROLOGUE
  . this function cannot be called via PLT

Change ENTRY to NENTRY for the former.

XXX: The latter is important in the gcc3 world, that have shared
libraries.  We will need to play tricks with .hidden to make sure
every shared library gets its own private __udivsi3 that it can call
directly, without going through the PLT.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libc/arch/sh3/gen/udivsi3.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index