diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2003-06-16 00:38:58 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2003-06-16 00:38:58 +0000 |
commit | 399f703e492a4a61e87b642d5aa401a046ebd56c (patch) | |
tree | a778c06ad202429f337ac51501ee147bc0ff3213 /gas/config/tc-cris.h | |
parent | e3d8b004106b3c2e77c2f514e8dceb2d6c5b0e5c (diff) | |
download | gdb-399f703e492a4a61e87b642d5aa401a046ebd56c.zip gdb-399f703e492a4a61e87b642d5aa401a046ebd56c.tar.gz gdb-399f703e492a4a61e87b642d5aa401a046ebd56c.tar.bz2 |
* configure.in: Add specific case for cris-*-linux-gnu* with
em=linux.
* configure: Regenerate.
* config/tc-cris.c (DEFAULT_CRIS_AXIS_LINUX_GNU): New macro, TRUE
if TE_LINUX defined, else FALSE.
(bfd_boolean demand_register_prefix): Set default from
DEFAULT_CRIS_AXIS_LINUX_GNU.
(symbols_have_leading_underscore): Similar.
* config/tc-cris.h (LOCAL_LABELS_DOLLAR): Define to 1.
Diffstat (limited to 'gas/config/tc-cris.h')
-rw-r--r-- | gas/config/tc-cris.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-cris.h b/gas/config/tc-cris.h index b07f6de..9082a62 100644 --- a/gas/config/tc-cris.h +++ b/gas/config/tc-cris.h @@ -158,6 +158,9 @@ extern void tc_cris_check_adjusted_broken_word PARAMS ((offsetT, of two bytes long. */ #define DWARF2_LINE_MIN_INSN_LENGTH 2 +/* Make port immune to unwanted difference in te-generic.h vs. te-linux.h. */ +#define LOCAL_LABELS_DOLLAR 1 + #endif /* TC_CRIS */ /* * Local variables: |