Menu

#366 Investigate support for systems without mmap()

RELEASE_1_0
closed
None
fixed
SF.Net Project
major
task
2011-12-29
2011-11-22
No

Ref: https://sourceforge.net/mailarchive/message.php?msg_id=28429808

Investigate the changes needed to support systems without an mmap()-like facility.

Notes

The following changes were made to support systems without an mmap() system call:

  • A configuration knob ELFTC_HAVE_MMAP has been added.
  • libelf has been refactored use malloc()/read() on such systems.
  • A few utilities in the source tree that used to use mmap() directly have been changed to use malloc()/read().

Related

Wiki: PortingNotes

Discussion

  • Joseph Koshy

    Joseph Koshy - 2011-11-28
    • status changed from new to accepted

    'Accept' this ticket.

     
  • Joseph Koshy

    Joseph Koshy - 2011-12-29
    • status changed from accepted to closed
    • resolution set to fixed
    • description modified (diff)

    Implemented, as of changeset [2370].

     

    Related

    Commit: [r2370]


Log in to post a comment.