URL
                    https://opencores.org/ocsvn/openrisc/openrisc/trunk
                
            Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [mips-nonpic/] [README] - Rev 720
Go to most recent revision | Compare with Previous | Blame | View Log
These tests are meant to test the interoperability of PIC and nonpic objects for mips.This table shows the various combinations and each case is tested by one of the nonpic tests.Test Case The PIC code The non-PIC code The result (stub and/or PLT)main-1.c nothing nothing Neither (trivial)main-2.c nothing call only PLT entrymain-3.c nothing address taken only Neither (* But creating a PLT entry is valid)main-4.c nothing address and call PLT entrymain-5.c call only nothing .MIPS.stubs entrymain-6.c call only call only .MIPS.stubs and PLTmain-7.c call only address taken only .MIPS.stubs (* Also creating a PLT entry is valid)main-8.c call only address and call .MIPS.stubs and PLT entrymain-9.c address taken only nothing Neithermain-10.c address taken only call only PLT entrymain-11.c address taken only address taken only Neither (* But creating a PLT entry is valid)main-12.c address taken only address and call PLT entrymain-13.c address and call nothing Neithermain-14.c address and call call only PLT entrymain-15.c address and call address taken only Neither (* But creating a PLT entry is valid)main-16.c address and call address and call PLT entryCopyright (C) 2008 Free Software Foundation, Inc.Copying and distribution of this file, with or without modification,are permitted in any medium without royalty provided the copyrightnotice and this notice are preserved.
Go to most recent revision | Compare with Previous | Blame | View Log
