diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-07-07 08:29:58 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-07-07 08:29:58 +0000 |
commit | a46aefacc32f6658e75e4830d1e5d0fe779a3e5d (patch) | |
tree | 55c70c163818b6873d3054359a68a9b3211467e2 | |
parent | 2c2a86d776948774f6121fee6c8898c6be92fe1a (diff) | |
download | gdb-a46aefacc32f6658e75e4830d1e5d0fe779a3e5d.zip gdb-a46aefacc32f6658e75e4830d1e5d0fe779a3e5d.tar.gz gdb-a46aefacc32f6658e75e4830d1e5d0fe779a3e5d.tar.bz2 |
2009-07-07 Tristan Gingold <gingold@adacore.com>
* gas/i386/jump.d: Adjust to be relocated offset for jump to external
symbol.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/jump.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 854cae0..c4eeb8a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-07-07 Tristan Gingold <gingold@adacore.com> + + * gas/i386/jump.d: Adjust to be relocated offset for jump to external + symbol. + 2009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> * gas/i386/i386.exp: Add FMA4 tests. diff --git a/gas/testsuite/gas/i386/jump.d b/gas/testsuite/gas/i386/jump.d index eec6499..0802785 100644 --- a/gas/testsuite/gas/i386/jump.d +++ b/gas/testsuite/gas/i386/jump.d @@ -17,7 +17,7 @@ Disassembly of section .text: [ ]*[a-f0-9]+: 66 ff 2d 00 00 00 00 ljmpw \*0x0 29: (R_386_)?(dir)?32 xxx [ ]*[a-f0-9]+: ea 00 00 00 00 34 12 ljmp \$0x1234,\$0x0 2e: (R_386_)?(dir)?32 xxx [ ]*[a-f0-9]+: e8 c7 ff ff ff call (0x0|0 <.text>) -[ ]*[a-f0-9]+: e8 ((fc|d1) ff ff ff|00 00 00 00) call (0x)?(0|3a|3e)( <.text(\+0x3e)?>)? 3a: (R_386_PC)?(DISP)?32 xxx +[ ]*[a-f0-9]+: e8 ((fc|c2) ff ff ff|00 00 00 00) call (0x)?(0|3a|3e)( <.text(\+0x3e)?>)? 3a: (R_386_PC)?(DISP)?32 xxx [ ]*[a-f0-9]+: ff 15 00 00 00 00 call \*0x0 40: (R_386_)?(dir)?32 xxx [ ]*[a-f0-9]+: ff d7 call \*%edi [ ]*[a-f0-9]+: ff 17 call \*\(%edi\) |