diff options
Diffstat (limited to 'gdb/config/tic80/tm-tic80.h')
-rw-r--r-- | gdb/config/tic80/tm-tic80.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/tic80/tm-tic80.h b/gdb/config/tic80/tm-tic80.h index e2b10ad..8792101 100644 --- a/gdb/config/tic80/tm-tic80.h +++ b/gdb/config/tic80/tm-tic80.h @@ -31,6 +31,11 @@ struct frame_saved_regs; #define TARGET_BYTE_ORDER LITTLE_ENDIAN +/* Define this if the C compiler puts an underscore at the front + of external names before giving them to the linker. */ + +#define NAMES_HAVE_UNDERSCORE + #define NUM_REGS 35 #define REGISTER_NAMES \ |