aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-09-03 13:20:31 +0000
committerTristan Gingold <gingold@adacore.com>2009-09-03 13:20:31 +0000
commita0840211ed96ee66f79657c1167106d5d5aa0c68 (patch)
tree650262cb07492fd0b3c1bac602a0020e1dd8abfb /gas/ChangeLog
parent5bc2ed935e6774432692a34f0e2325bbdf57be01 (diff)
downloadgdb-a0840211ed96ee66f79657c1167106d5d5aa0c68.zip
gdb-a0840211ed96ee66f79657c1167106d5d5aa0c68.tar.gz
gdb-a0840211ed96ee66f79657c1167106d5d5aa0c68.tar.bz2
2009-09-03 Tristan Gingold <gingold@adacore.com>
* config/tc-ia64.c (ia64_vms_note): Use lbasename instead of basename. Call xstrdup on the result and free the buffer after use.
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 b0763de..b5460ae 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2009-09-03 Tristan Gingold <gingold@adacore.com>
+ * config/tc-ia64.c (ia64_vms_note): Use lbasename instead of basename.
+ Call xstrdup on the result and free the buffer after use.
+
+2009-09-03 Tristan Gingold <gingold@adacore.com>
+
* as.h (__PRETTY_FUNCTION__): Use the same definition as bfd/libbfd.h.
2009-09-02 Jie Zhang <jie.zhang@analog.com>