summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-obj-cache.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl/rtl-obj-cache.c: Fix printf() format warningJoel Sherrill2017-04-251-2/+3
|
* libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings on ↵Joel Sherrill2017-04-241-2/+3
| | | | some architectures
* libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell2017-04-071-9/+12
|
* libdl: Fix cache corruption bugs.Chris Johns2016-08-151-17/+70
| | | | | | | | | This patch fixes a number of bugs in the cache when requests are made to read close to the end of the file and the data is copied from the top of the cache buffer to the bottom of the buffer. This was compounded by attempting to read past the end of the file. Closes #2754.
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
|
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+197
This is a merge of the RTL project.