diff options
Diffstat (limited to 'gas/symbols.c')
-rw-r--r-- | gas/symbols.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/symbols.c b/gas/symbols.c index 8caaf4a..0452416 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -299,9 +299,6 @@ colon (/* Just seen "x:" - rattle symbols & frags. */ fragS *frag_tmp; char *frag_opcode; - extern const int md_short_jump_size; - extern const int md_long_jump_size; - if (now_seg == absolute_section) { as_bad (_("cannot define symbol `%s' in absolute section"), sym_name); |