aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorKai Tietz <kai.tietz@onevision.com>2013-01-25 11:39:42 +0000
committerKai Tietz <kai.tietz@onevision.com>2013-01-25 11:39:42 +0000
commit0a4e6638daeca240a146c9b33219dffe1bd66afc (patch)
tree0ff0399dc9f0938e7f10356b9578550b3d17229c /ld/ChangeLog
parent9b8bf3211b48a1fc3259a2cbfced4d188f539945 (diff)
downloadgdb-0a4e6638daeca240a146c9b33219dffe1bd66afc.zip
gdb-0a4e6638daeca240a146c9b33219dffe1bd66afc.tar.gz
gdb-0a4e6638daeca240a146c9b33219dffe1bd66afc.tar.bz2
* deffilep.y (def_image_name): Adjust type of base-address
argument. (%union): Add new type bfd_vma as vma. (VMA): New rule. (opt_base): Use VMA instead of NUMBER rule to evaluate value. (def_file_print): Use bfd's fprintf_vma to output base-address.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3133595..e8bbc9b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2013-01-25 Kai Tietz <ktietz@redhat.com>
+
+ * deffilep.y (def_image_name): Adjust type of base-address
+ argument.
+ (%union): Add new type bfd_vma as vma.
+ (VMA): New rule.
+ (opt_base): Use VMA instead of NUMBER rule to evaluate value.
+ (def_file_print): Use bfd's fprintf_vma to output base-address.
+
2013-01-24 Nick Clifton <nickc@redhat.com>
* NEWS: Mention support for V850E3V5 architecture.