diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-04-30 05:18:08 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-04-30 05:18:08 +0000 |
| commit | aafb797228298a31f2dfc83594c235430fbb1586 (patch) | |
| tree | 9be1413951ccc254750280062301c91d85a8eba0 /libexec/rtld-aout | |
| parent | 3f05ff3340a0b04b94f7d53b170f3da518d38168 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-aout')
| -rw-r--r-- | libexec/rtld-aout/i386/md.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-aout/i386/md.h b/libexec/rtld-aout/i386/md.h index d1c1d9d23e42..84785de7fa8d 100644 --- a/libexec/rtld-aout/i386/md.h +++ b/libexec/rtld-aout/i386/md.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: md.h,v 1.16 1997/02/22 15:46:34 peter Exp $ */ #ifndef __MD_H__ @@ -95,6 +95,8 @@ #define md_get_rt_segment_addend(r,a) md_get_addend(r,a) +#define RELOC_INIT_SEGMENT_RELOC(r) ((r)->r_length = 2) + /* Width of a Global Offset Table entry */ #define GOT_ENTRY_SIZE 4 typedef long got_t; |
