aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-06-30 10:09:40 +0000
committerNick Clifton <nickc@redhat.com>2001-06-30 10:09:40 +0000
commite237d851a44c35b52e5799bb4c2da6d8eafe2285 (patch)
tree529d3e400d6ac22e6855211255ba54669eaffb24 /gas/ChangeLog
parent100bf2520073ba27db995e1199a35663b6b8a95f (diff)
downloadgdb-e237d851a44c35b52e5799bb4c2da6d8eafe2285.zip
gdb-e237d851a44c35b52e5799bb4c2da6d8eafe2285.tar.gz
gdb-e237d851a44c35b52e5799bb4c2da6d8eafe2285.tar.bz2
Treat a .ln directive outside of a function as a .appline directive.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f748494..71a50c7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-28 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * config/obj-coff.c (obj_coff_ln): Treat a .ln directive
+ outside of a function as a .appline directive.
+
2001-06-28 Eric Christopher <echristo@redhat.com>
H.J. Lu <hjl@gnu.org>