diff options
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/write.c b/gas/write.c index 6ca35f2..f9a543a 100644 --- a/gas/write.c +++ b/gas/write.c @@ -1917,6 +1917,9 @@ write_object_file (void) symbols. */ if (symbol_equated_reloc_p (symp)) { + if (S_IS_COMMON (symp)) + as_bad (_("`%s' can't be equated to common symbol"), + S_GET_NAME (symp)); symbol_remove (symp, &symbol_rootP, &symbol_lastP); continue; } |