From: Ian Lance Taylor Date: Fri, 10 Feb 1995 19:05:43 +0000 (+0000) Subject: * config/tc-i386.c (tc_i386_fix_adjustable): Use S_IS_EXTERN X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e13a80f72f6297be97930650d9ed39995e6ed7bc;p=binutils-gdb.git * config/tc-i386.c (tc_i386_fix_adjustable): Use S_IS_EXTERN rather than !S_IS_LOCAL. You might think they would be equivalent, but.... --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a9bb986229..caaea55170d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 10 14:04:04 1995 Ian Lance Taylor + + * config/tc-i386.c (tc_i386_fix_adjustable): Use S_IS_EXTERN + rather than !S_IS_LOCAL. + start-sanitize-arc Thu Feb 9 17:44:29 1995 Doug Evans