diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-10-16 16:33:17 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-10-16 16:33:17 +0000 |
commit | 995cef8c87f707f26ce29dee362b1f48012df938 (patch) | |
tree | bfc07c4da7bd25a1f20edd9b2dbb7159fd3d97c6 /gas/ChangeLog | |
parent | 52a6c1feddc2e9f517ecb23b9b9068d79f30864a (diff) | |
download | gdb-995cef8c87f707f26ce29dee362b1f48012df938.zip gdb-995cef8c87f707f26ce29dee362b1f48012df938.tar.gz gdb-995cef8c87f707f26ce29dee362b1f48012df938.tar.bz2 |
2009-10-16 H.J. Lu <hongjiu.lu@intel.com>
PR gas/10775
* doc/c-i386.texi: Mention the 8 extra control registers for
x86-64.
Mention .code64 directive.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2888010..3531c21 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2009-10-16 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/10775 + * doc/c-i386.texi: Mention the 8 extra control registers for + x86-64. + Mention .code64 directive. + 2009-10-15 Alan Modra <amodra@bigpond.net.au> PR gas/1491 |