summaryrefslogtreecommitdiff
path: root/rld-files.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-19 10:37:37 +1100
committerChris Johns <chrisj@rtems.org>2012-11-19 10:37:37 +1100
commite2ceaecb55d053b3f0550c9b4b6bc9555201ef15 (patch)
tree06cd000f0036b34bea27b662561df49a64353bea /rld-files.h
parent238be1bd1a750af044a52bd4b5ae6a763e0f307d (diff)
Add set_header support to the ELF files.
Diffstat (limited to 'rld-files.h')
-rw-r--r--rld-files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rld-files.h b/rld-files.h
index 26c7723..6c23bc5 100644
--- a/rld-files.h
+++ b/rld-files.h
@@ -517,7 +517,7 @@ namespace rld
/**
* Open the object file.
*/
- virtual void open ();
+ virtual void open (bool writable = false);
/**
* Close the object.