aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2001-02-02 14:16:53 +0000
committerStephane Carrez <stcarrez@nerim.fr>2001-02-02 14:16:53 +0000
commit328dc123cc856ea6b0d2565c81b563c8d6cb01a2 (patch)
tree0e27d545ce55995c0437047c44099a674b4d38aa /gas
parentdbb8ad491798743b06ddd42675679b49d02377a0 (diff)
downloadfsf-binutils-gdb-328dc123cc856ea6b0d2565c81b563c8d6cb01a2.zip
fsf-binutils-gdb-328dc123cc856ea6b0d2565c81b563c8d6cb01a2.tar.gz
fsf-binutils-gdb-328dc123cc856ea6b0d2565c81b563c8d6cb01a2.tar.bz2
Fix 2001-02-02 Stephane Carrez ChangeLog entry
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6bee0ad0..58ca571 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,8 +1,8 @@
2001-02-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
- * tc-m68hc11.c (relaxable_symbol): Relax externally visible symbols
- because there is no support for shared libraries and these symbols
- can't be overridden (unless they are weak).
+ * config/tc-m68hc11.c (relaxable_symbol): Relax externally visible
+ symbols because there is no support for shared libraries and these
+ symbols can't be overridden (unless they are weak).
2001-02-01 Momchil Velikov <velco@fadata.bg>