diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-01 16:31:00 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-01 16:31:00 +0000 |
commit | d160e0350800d373c906f5fecd0bf0f61c61519c (patch) | |
tree | 2f16738179764e49dbb9ed42456755ca3937a956 /gas/ChangeLog | |
parent | 51a5d0aaac0184ff3da2852d3804b20eb6ca3ff4 (diff) | |
download | gdb-d160e0350800d373c906f5fecd0bf0f61c61519c.zip gdb-d160e0350800d373c906f5fecd0bf0f61c61519c.tar.gz gdb-d160e0350800d373c906f5fecd0bf0f61c61519c.tar.bz2 |
gas/
2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
PR gas/10198
* config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
gas/testsuite/
2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
PR gas/10198
* gas/i386/jump.s: Add test for "jmp $+2".
* gas/i386/jump16.s: Likewise.
* gas/i386/jump.d: Updated.
* gas/i386/jump16.d: Likewise.
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 436f84b..13750e0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-06-01 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/10198 + * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'. + 2009-05-26 Catherine Moore <clm@codesourcery.com> * config/tc-mips.c (check_for_24k_errata): Remove. |