(int64e_type): Fix definition.
[deliverable/binutils-gdb.git] / bfd / libhppa.h
index 830e5cb38fdd80823c5210efd47677dba42aef90..5ae54cbf4fec4cfd9b7c4ca24505e309bda528fc 100644 (file)
@@ -20,9 +20,32 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#ifndef _LIBHPPA_H
+#define _LIBHPPA_H
+
+#include "sysdep.h"
+
+#ifdef HOST_HPPAHPUX
+
 #include <sys/core.h>
 #include <sys/utsname.h>
 
+#endif /* HOST_HPPAHPUX */
+
+#ifdef HOST_HPPABSD
+
+/* Defining MAXCOMLEN avoids bringing in several (7 or 8) otherwise
+   useless include files which tend to clutter up the namespace.  
+
+   BSD uses a completely different scheme for object file identification.
+   so for now, define _PA_RISC_ID to accept any random value for a model
+   number.  */
+#include <a.out.h>
+#define MAXCOMLEN 16
+#define _PA_RISC_ID(__m_num) 1
+
+#endif /* HOST_HPPABSD */
+
 #define BYTES_IN_WORD 4
 
 struct header;
@@ -116,6 +139,30 @@ enum hppa_reloc_field_selector_type
 
 };
 
+/* Need to undefine things defined in <machine/som.h> */
+
+#undef e_fsel
+#undef e_lssel
+#undef e_rssel
+#undef e_lsel
+#undef e_rsel
+#undef e_ldsel
+#undef e_rdsel
+#undef e_lrsel
+#undef e_rrsel
+#undef e_psel
+#undef e_lpsel
+#undef e_rpsel
+#undef e_tsel
+#undef e_ltsel
+#undef e_rtsel
+#undef e_one
+#undef e_two
+#undef e_pcrel
+#undef e_con
+#undef e_plabel
+#undef e_abs
+
 /* for compatibility */
 enum hppa_reloc_field_selector_type_alt
 {
@@ -157,3 +204,5 @@ enum hppa_reloc_expr_type_alt
        e_plabel = R_HPPA_E_PLABEL,
        e_abs   = R_HPPA_E_ABS
 };
+
+#endif /* _LIBHPPA_H */
This page took 0.023157 seconds and 4 git commands to generate.