From f383de6633cba5ef363eabb486005f1cdb1270f7 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Fri, 27 Aug 2010 13:59:55 +0000 Subject: opcodes/ * ppc-opc.c (powerpc_opcodes) [lswx,lswi,stswx,stswi]: Deprecate on E500 and E500MC. --- binutils/testsuite/binutils-all/needed-reloc.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 binutils/testsuite/binutils-all/needed-reloc.s (limited to 'binutils') 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 -- cgit v1.1