diff options
author | Fred Fish <fnf@specifix.com> | 1997-03-28 22:47:22 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-03-28 22:47:22 +0000 |
commit | 7fcf0be5e7d96c5813944e156518c64d2223ebec (patch) | |
tree | 5081b3944b3daf50b7dd0a1db98f167befe09926 /gdb/config/tic80 | |
parent | 8902803f752535d841d0f94202a9a59334e27182 (diff) | |
download | gdb-7fcf0be5e7d96c5813944e156518c64d2223ebec.zip gdb-7fcf0be5e7d96c5813944e156518c64d2223ebec.tar.gz gdb-7fcf0be5e7d96c5813944e156518c64d2223ebec.tar.bz2 |
* config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.
Diffstat (limited to 'gdb/config/tic80')
-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 \ |