OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [mips-nonpic/] [README] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 321 jeremybenn
These tests are meant to test the interoperability of PIC and nonpic objects for mips.
2
This table shows the various combinations and each case is tested by one of the nonpic tests.
3
Test Case       The PIC code            The non-PIC code        The result (stub and/or PLT)
4
 
5
main-1.c        nothing                 nothing                 Neither (trivial)
6
main-2.c        nothing                 call only               PLT entry
7
main-3.c        nothing                 address taken only      Neither (* But creating a PLT entry is valid)
8
main-4.c        nothing                 address and call        PLT entry
9
main-5.c        call only               nothing                 .MIPS.stubs entry
10
main-6.c        call only               call only               .MIPS.stubs and PLT
11
main-7.c        call only               address taken only      .MIPS.stubs (* Also creating a PLT entry is valid)
12
main-8.c        call only               address and call        .MIPS.stubs and PLT entry
13
main-9.c        address taken only      nothing                 Neither
14
main-10.c       address taken only      call only               PLT entry
15
main-11.c       address taken only      address taken only      Neither (* But creating a PLT entry is valid)
16
main-12.c       address taken only      address and call        PLT entry
17
main-13.c       address and call        nothing                 Neither
18
main-14.c       address and call        call only               PLT entry
19
main-15.c       address and call        address taken only      Neither (* But creating a PLT entry is valid)
20
main-16.c       address and call        address and call        PLT entry
21
 
22
 
23
Copyright (C) 2008 Free Software Foundation, Inc.
24
 
25
Copying and distribution of this file, with or without modification,
26
are permitted in any medium without royalty provided the copyright
27
notice and this notice are preserved.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.