31 lines
793 B
C
31 lines
793 B
C
/* @(#)71 1.8 src/bos/usr/include/a.out.h, cmdld, bos411, 9428A410j 6/16/90 00:07:39 */
|
|
#ifndef _H_A_OUT
|
|
#define _H_A_OUT
|
|
/*
|
|
* COMPONENT_NAME: (CMDLD) xcoff object file format definition
|
|
*
|
|
* FUNCTIONS: a.out.h
|
|
*
|
|
* ORIGINS: 3, 27
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1988, 1989
|
|
* All Rights Reserved
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
/*********************************************************************
|
|
*
|
|
* a.out.h
|
|
*
|
|
* Standard Header File to define the Object File Format.
|
|
*
|
|
*********************************************************************/
|
|
|
|
#include <nlist.h>
|
|
#include <xcoff.h>
|
|
|
|
#endif /* _H_A_OUT */
|