diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-05-22 04:25:43 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-05-22 04:25:43 +0000 |
commit | 39bf0fa8b62f09327394be022b355659ffb8ae3a (patch) | |
tree | 835277a187b43523ee24e8f381f0698efe26211f /sys/arch | |
parent | aad7aec2137366716d36b098b3676ed8800a58a8 (diff) |
two more reloc types
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/reloc.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/reloc.h b/sys/arch/hppa/include/reloc.h index 59e6748b56e..3675fe2260d 100644 --- a/sys/arch/hppa/include/reloc.h +++ b/sys/arch/hppa/include/reloc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reloc.h,v 1.2 2004/04/07 18:24:19 mickey Exp $ */ +/* $OpenBSD: reloc.h,v 1.3 2004/05/22 04:25:42 mickey Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -120,7 +120,9 @@ enum reloc_type { RELOC_LTOFF_FPTR16WF, /* pa2: ltoff(fptr(symbol + addend)) */ RELOC_LTOFF_FPTR16DF, /* pa2: ltoff(fptr(symbol + addend)) */ RELOC_LORESERVE, /* reserved for environment-specific use */ - RELOC_COPY = 136, + RELOC_COPY = 128, + RELOC_IPLT, + RELOC_EPLT, RELOC_GDATA, RELOC_JMPSLOT, RELOC_RELATIVE, |