diff options
Diffstat (limited to 'gas/config/tc-cris.h')
-rw-r--r-- | gas/config/tc-cris.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-cris.h b/gas/config/tc-cris.h index 9082a62..4621501 100644 --- a/gas/config/tc-cris.h +++ b/gas/config/tc-cris.h @@ -65,9 +65,6 @@ extern const char FLT_CHARS[]; #define md_number_to_chars number_to_chars_littleendian -extern const int md_short_jump_size; -extern const int md_long_jump_size; - /* There's no use having different functions for this; the sizes are the same. Note that we can't #define md_short_jump_size here. */ #define md_create_short_jump md_create_long_jump |