]> Git Repo - binutils.git/blob - gdb/config/pa/tm-pro.h
* config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
[binutils.git] / gdb / config / pa / tm-pro.h
1 /* Parameters for execution on an HP PA-RISC level 0 embedded system.
2    This is based on tm-hppab.h.
3    Contributed by the Center for Software Science at the
4    University of Utah ([email protected]).  */
5
6 #define PA_LEVEL_0              /* Disables touching space regs and fp */
7
8 /* All the PRO targets use software floating point at the moment.  */
9 #define SOFT_FLOAT 1
10
11 /* It's mostly just the common stuff.  */
12 #include "pa/tm-hppa.h"
13
14 #define GDB_TARGET_IS_PA_ELF
This page took 0.021664 seconds and 4 git commands to generate.