mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-10 13:44:37 +00:00
343c1a9641
* m68klynx.c: Define core file macros. * hosts/i386lynx.h, hosts/m68klynx.h, hosts/lynx.h: Move all non-architecture specific stuff into lynx.h.
11 lines
184 B
C
11 lines
184 B
C
/* Motorola 680x0 running LynxOS */
|
|
|
|
#ifndef hosts_m68klynx_H
|
|
#define hosts_m68klynx_H
|
|
|
|
#include "hosts/lynx.h"
|
|
|
|
#define HOST_MACHINE_ARCH bfd_arch_m68k
|
|
|
|
#endif /* hosts_m68klynx_H */
|