diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/intel.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/intel.s | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1e3638e..9ef71b3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-11-30 Diego Novillo <dnovillo@redhat.com> + + * intel.s, intel.d: New test for @GOT references. + 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com> * gas/sh/err.exp: New, framework for error-testing. diff --git a/gas/testsuite/gas/i386/intel.d b/gas/testsuite/gas/i386/intel.d index ff46bf8..5f53afa 100644 --- a/gas/testsuite/gas/i386/intel.d +++ b/gas/testsuite/gas/i386/intel.d @@ -624,3 +624,4 @@ Disassembly of section .text: a7d: 90 [ ]*nop a7e: 90 [ ]*nop a7f: 90 [ ]*nop + a80: 8b 83 00 00 00 00 [ ]*mov 0x0\(%ebx\),%eax diff --git a/gas/testsuite/gas/i386/intel.s b/gas/testsuite/gas/i386/intel.s index 0aaeb9e..7b4c2f0 100644 --- a/gas/testsuite/gas/i386/intel.s +++ b/gas/testsuite/gas/i386/intel.s @@ -619,3 +619,4 @@ rot5: nop nop nop + mov eax, DWORD PTR gs_foo@GOT[ebx] |