mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Modified to be based on lynx.h, like i386 and m68k versions.
This commit is contained in:
@ -3,35 +3,8 @@
|
|||||||
#ifndef hosts_sparclynx_h
|
#ifndef hosts_sparclynx_h
|
||||||
#define hosts_sparclynx_h
|
#define hosts_sparclynx_h
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include "hosts/lynx.h"
|
||||||
#include <errno.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include <sys/conf.h>
|
|
||||||
#include <sys/kernel.h>
|
|
||||||
#include <sys/mem.h>
|
|
||||||
#include <sys/signal.h>
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <sys/resource.h>
|
|
||||||
#include <sys/itimer.h>
|
|
||||||
#include <sys/file.h>
|
|
||||||
#include <sys/proc.h>
|
|
||||||
|
|
||||||
#define HOST_PAGE_SIZE NBPG
|
|
||||||
#define HOST_MACHINE_ARCH bfd_arch_sparc
|
#define HOST_MACHINE_ARCH bfd_arch_sparc
|
||||||
#define HOST_TEXT_START_ADDR USRTEXT
|
|
||||||
|
|
||||||
#define HOST_LYNX
|
|
||||||
|
|
||||||
#include "fopen-same.h"
|
|
||||||
|
|
||||||
#define FPRINTF_ALREADY_DECLARED
|
|
||||||
|
|
||||||
/* Lynx has calloc, but no cfree, and gprof uses it. */
|
|
||||||
|
|
||||||
#define cfree free
|
|
||||||
|
|
||||||
#endif /* hosts_sparclynx_h */
|
#endif /* hosts_sparclynx_h */
|
||||||
|
Reference in New Issue
Block a user