diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/reloc.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/reloc.1')
| -rw-r--r-- | static/unix-v10/man1/reloc.1 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/static/unix-v10/man1/reloc.1 b/static/unix-v10/man1/reloc.1 new file mode 100644 index 00000000..a5fcc572 --- /dev/null +++ b/static/unix-v10/man1/reloc.1 @@ -0,0 +1,45 @@ +.pa 1 +.he 'RELOC (I)'2/7/73'RELOC (I)' +.ti 0 +NAME reloc -- relocate object files +.sp +.ti 0 +SYNOPSIS reloc_____ file [-_]octal [ -_ ] +.sp +.ti 0 +DESCRIPTION reloc_____ +modifies the named object program file so that it will operate correctly +at a different core origin than the one for which +it was assembled or loaded. + +The new core origin is the old origin +increased by +the given octal_____ +number (or decreased if the number has a "-" sign). + +If the object file was generated by the link-editor ld__, +the "-r" ld__ option must have been given to +preserve the relocation information in the file. + +If the optional last argument is given, then any +"setd" instruction at the start of the file +will be replaced by a no-op. + +The purpose of this command is to simplify the +preparation of object programs for systems +which have no relocation hardware. +It is hard to imagine a situation +in which it would be useful to attempt directly to execute +a program treated by reloc_____. +.sp +.ti 0 +FILES -- +.sp +.ti 0 +SEE ALSO as(I), ld(I), a.out(V) +.sp +.ti 0 +DIAGNOSTICS As appropriate +.sp +.ti 0 +BUGS -- |
