* Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o.
[deliverable/binutils-gdb.git] / bfd / hosts / hppabsd.h
index a1ffcbbc79993339b80aa94ca460da2517e64689..4abc5944db18658fceabf5df113923c7d307db54 100644 (file)
@@ -1,6 +1,7 @@
-#ifndef _HPPABSD_H
+#ifndef        _HPPABSD_H
 #define _HPPABSD_H
 
+#include <stddef.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
 #include <sys/file.h>
-
-extern PTR  malloc PARAMS ((unsigned));
-extern void free   PARAMS ((PTR));
+#include <stdlib.h>
+#include <unistd.h>
 
 #define HOST_HPPABSD
 
-#ifndef O_ACCMODE
+#ifndef        O_ACCMODE
 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
 #endif
 
@@ -26,28 +26,13 @@ extern void free   PARAMS ((PTR));
 
 #define        HOST_PAGE_SIZE          NBPG
 #define        HOST_SEGMENT_SIZE       NBPG    /* Data seg start addr rounds to NBPG */
-#define        HOST_MACHINE_ARCH       bfd_arch_m68k
+#define        HOST_MACHINE_ARCH       bfd_arch_hppa
 /* #define     HOST_MACHINE_MACHINE     */
 
 #define        HOST_TEXT_START_ADDR            UTEXTSEG
 #define HOST_DATA_START_ADDR           UDATASEG
 #define        HOST_STACK_END_ADDR             KSTAKSEG
 
-/* EXACT TYPES */
-typedef char int8e_type;
-typedef unsigned char uint8e_type;
-typedef short int16e_type;
-typedef unsigned short uint16e_type;
-typedef int int32e_type;
-typedef unsigned int uint32e_type;
-
-/* CORRECT SIZE OR GREATER */
-typedef char int8_type;
-typedef unsigned char uint8_type;
-typedef short int16_type;
-typedef unsigned short uint16_type;
-typedef int int32_type;
-typedef unsigned int uint32_type;
 #include "fopen-same.h"
 
 #endif /* _HPPABSD_H */
This page took 0.0235 seconds and 4 git commands to generate.