fix a typo
This commit is contained in:
parent
3af6e429f4
commit
0e9ecd46ec
@ -24,7 +24,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: aout_machdep.h,v 1.4 1993/10/18 09:47:42 pk Exp $
|
||||
* $Id: aout_machdep.h,v 1.5 1993/10/18 13:28:19 deraadt Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SPARC_EXEC_H_
|
||||
@ -35,7 +35,7 @@
|
||||
enum reloc_type {
|
||||
RELOC_8, RELOC_16, RELOC_32,
|
||||
RELOC_DISP8, RELOC_DISP16, RELOC_DISP32,
|
||||
RELOC_WDISP30 RELOC_WDISP22,
|
||||
RELOC_WDISP30, RELOC_WDISP22,
|
||||
RELOC_HI22, RELOC_22,
|
||||
RELOC_13, RELOC_LO10,
|
||||
RELOC_UNUSED1, RELOC_UNUSED2,
|
||||
@ -51,8 +51,8 @@ struct relocation_info_sparc {
|
||||
int r_address; /* offset in text or data segment */
|
||||
unsigned int r_symbolnum : 24, /* ordinal number of add symbol */
|
||||
r_extern : 1, /* 1 if need to add symbol to value */
|
||||
: 2, /* unused bits */
|
||||
enum reloc_type r_type : 5; /* relocation type time copy */
|
||||
: 2; /* unused bits */
|
||||
enum reloc_type r_type : 5; /* relocation type time copy */
|
||||
long r_addend; /* relocation addend */
|
||||
};
|
||||
#define relocation_info relocation_info_sparc
|
||||
|
@ -24,7 +24,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: exec.h,v 1.4 1993/10/18 09:47:42 pk Exp $
|
||||
* $Id: exec.h,v 1.5 1993/10/18 13:28:19 deraadt Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SPARC_EXEC_H_
|
||||
@ -35,7 +35,7 @@
|
||||
enum reloc_type {
|
||||
RELOC_8, RELOC_16, RELOC_32,
|
||||
RELOC_DISP8, RELOC_DISP16, RELOC_DISP32,
|
||||
RELOC_WDISP30 RELOC_WDISP22,
|
||||
RELOC_WDISP30, RELOC_WDISP22,
|
||||
RELOC_HI22, RELOC_22,
|
||||
RELOC_13, RELOC_LO10,
|
||||
RELOC_UNUSED1, RELOC_UNUSED2,
|
||||
@ -51,8 +51,8 @@ struct relocation_info_sparc {
|
||||
int r_address; /* offset in text or data segment */
|
||||
unsigned int r_symbolnum : 24, /* ordinal number of add symbol */
|
||||
r_extern : 1, /* 1 if need to add symbol to value */
|
||||
: 2, /* unused bits */
|
||||
enum reloc_type r_type : 5; /* relocation type time copy */
|
||||
: 2; /* unused bits */
|
||||
enum reloc_type r_type : 5; /* relocation type time copy */
|
||||
long r_addend; /* relocation addend */
|
||||
};
|
||||
#define relocation_info relocation_info_sparc
|
||||
|
Loading…
Reference in New Issue
Block a user