ref: 36edec6231256cd4ff40dc03261bbc58385382ea
parent: 7d176245d824031a0d29bd295395ec0fe65f674c
author: stag019 <[email protected]>
date: Mon Dec 23 09:47:37 EST 2013
Add out_BinaryFileSlice() definition to output.h.
--- a/include/asm/output.h
+++ b/include/asm/output.h
@@ -28,6 +28,7 @@
void out_WriteObject(void);
void out_Skip(int skip);
void out_BinaryFile(char *s);
+void out_BinaryFileSlice(char *s, SLONG start_pos, SLONG length);
void out_String(char *s);
void out_AbsLong(SLONG b);
void out_RelLong(struct Expression * expr);