diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-04-08 21:48:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-04-08 21:48:47 +0000 |
commit | 3a7cb64604065971fb9c2f4c0865be27f9956cbc (patch) | |
tree | 8fc1e7a0e69ade3b7c86a0196f698d976741ad8d /ld | |
parent | 40493983ad5cdac9625b3f2a1f92e41e094fde4c (diff) | |
download | fsf-binutils-gdb-3a7cb64604065971fb9c2f4c0865be27f9956cbc.zip fsf-binutils-gdb-3a7cb64604065971fb9c2f4c0865be27f9956cbc.tar.gz fsf-binutils-gdb-3a7cb64604065971fb9c2f4c0865be27f9956cbc.tar.bz2 |
2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
* ld-i386/abs.d: Add --32 for assembler and -melf_i386 for
linker.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/abs.d | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e15d62a..e92a871 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-04-08 H.J. Lu <hongjiu.lu@intel.com> + + * ld-i386/abs.d: Add --32 for assembler and -melf_i386 for + linker. + 2009-04-03 Nathan Sidwell <nathan@codesourcery.com> * ld-scripts/rgn-at.s: Use explicit .section pseudos. diff --git a/ld/testsuite/ld-i386/abs.d b/ld/testsuite/ld-i386/abs.d index 6293515..e660aca 100644 --- a/ld/testsuite/ld-i386/abs.d +++ b/ld/testsuite/ld-i386/abs.d @@ -1,7 +1,8 @@ #name: Absolute non-overflowing relocs +#as: --32 #source: abs.s #source: zero.s -#ld: +#ld: -melf_i386 #objdump: -rs .*: file format .* |