diff options
Diffstat (limited to 'gcc/config/m32r/m32r.h')
| -rw-r--r-- | gcc/config/m32r/m32r.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 8bb1908577f..ca6e86f53a7 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1344,22 +1344,6 @@ L2: .word STATIC /* This register is call-saved on the M32R. */ /*#define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED*/ -/* By generating position-independent code, when two different programs (A - and B) share a common library (libC.a), the text of the library can be - shared whether or not the library is linked at the same address for both - programs. In some of these environments, position-independent code - requires not only the use of different addressing modes, but also - special code to enable the use of these addressing modes. - - The FINALIZE_PIC macro serves as a hook to emit these special - codes once the function is being compiled into assembly code, but not - before. (It is not done before, because in the case of compiling an - inline function, it would lead to multiple PIC prologues being - included in functions which used inline functions and were compiled to - assembly language.) */ - -#define FINALIZE_PIC m32r_finalize_pic () - /* A C expression that is nonzero if X is a legitimate immediate operand on the target machine when generating position independent code. You can assume that X satisfies CONSTANT_P, so you need not |

