CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/09/02 18:14:07
Modified files:
libexec/ld.so/m88k: SYS.h ldasm.S
Log message:
Fix m88k problem in recent ld.so changes.
- move _dl_cerror function from SYS.h to ldasm.S to avoid duplicate
definition when linking
- [SYS.h] pull some macros from lib/libc/arch/m88k/DEFS.h
- [ldasm.S] add "'never hit' but needed" br again in _dl_cacheflush
(thanks to Miod Vallat)
- [ldasm.S] change ld.hu into ld.h in order to get a correctly signed
and sign-extended value (also thanks to Miod Vallat)
ok deraadt@