diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-20 14:35:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-20 14:35:40 +0000 |
commit | 55e08f71a9aabef35b7892ffd25aca884bcb3c4a (patch) | |
tree | 6e49092fef5a5a0542b311d0d1cd0c87dcf20f6e /gas/ChangeLog | |
parent | 1f8b1395941f24aa0d11ad54fd1ab51cbb850c59 (diff) | |
download | gdb-55e08f71a9aabef35b7892ffd25aca884bcb3c4a.zip gdb-55e08f71a9aabef35b7892ffd25aca884bcb3c4a.tar.gz gdb-55e08f71a9aabef35b7892ffd25aca884bcb3c4a.tar.bz2 |
(macro): Use sprintf_vma to convert a > 32 bit number into a readable string.
(load_register): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4304447..b75c42e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-04-20 Nick Clifton <nickc@redhat.com> + + * config/tc-mips.c (macro): Use sprintf_vma to convert a > 32 bit + number into a readable string. + (load_register): Likewise. + 2005-04-20 Andreas Schwab <schwab@suse.de> * config/tc-ia64.c (specify_resource): Initialize all of tmpl. |