diff options
author | Quentin Neill <quentin.neill@amd.com> | 2011-05-12 22:29:06 +0000 |
---|---|---|
committer | Quentin Neill <quentin.neill@amd.com> | 2011-05-12 22:29:06 +0000 |
commit | 8aedb9fe9e19021ce61c781127edbb4d0c94345b (patch) | |
tree | 876fc839991bb0c0d6ad1f7a469591e21e115597 /gas/ChangeLog | |
parent | b087e0edae4136e8cfcaa8e11c382d87eb3aebf4 (diff) | |
download | gdb-8aedb9fe9e19021ce61c781127edbb4d0c94345b.zip gdb-8aedb9fe9e19021ce61c781127edbb4d0c94345b.tar.gz gdb-8aedb9fe9e19021ce61c781127edbb4d0c94345b.tar.bz2 |
2011-05-12 Quentin Neill <quentin.neill@amd.com>
* config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
(i386_align_code): Ditto
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 61843fa..210b321 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2011-05-12 Quentin Neill <quentin.neill@amd.com> + + * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD. + (i386_align_code): Ditto + 2011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> PR gas/12715 |