diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-08-27 13:59:55 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@codesourcery.com> | 2010-08-27 13:59:55 +0000 |
commit | f383de6633cba5ef363eabb486005f1cdb1270f7 (patch) | |
tree | 017521e2e8cc5e0439fbe3f626daf98487d5a309 /binutils | |
parent | 889bf7c5fa7d88f952ee740ca544193541ad00b1 (diff) | |
download | gdb-f383de6633cba5ef363eabb486005f1cdb1270f7.zip gdb-f383de6633cba5ef363eabb486005f1cdb1270f7.tar.gz gdb-f383de6633cba5ef363eabb486005f1cdb1270f7.tar.bz2 |
opcodes/
* ppc-opc.c (powerpc_opcodes) [lswx,lswi,stswx,stswi]: Deprecate
on E500 and E500MC.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/binutils-all/needed-reloc.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/needed-reloc.s b/binutils/testsuite/binutils-all/needed-reloc.s new file mode 100644 index 0000000..8251e8c --- /dev/null +++ b/binutils/testsuite/binutils-all/needed-reloc.s @@ -0,0 +1,7 @@ + .globl foo + + .data + .4byte foo + .text +foo: + .long 1 |