Module Name:    src
Committed By:   mrg
Date:           Tue Aug  1 06:05:14 UTC 2023

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/vax: vax.h

Log Message:
fix merge botch.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/dist/gcc/config/vax/vax.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/vax/vax.h
diff -u src/external/gpl3/gcc/dist/gcc/config/vax/vax.h:1.13 src/external/gpl3/gcc/dist/gcc/config/vax/vax.h:1.14
--- src/external/gpl3/gcc/dist/gcc/config/vax/vax.h:1.13	Sun Jul 30 05:51:30 2023
+++ src/external/gpl3/gcc/dist/gcc/config/vax/vax.h	Tue Aug  1 06:05:13 2023
@@ -350,10 +350,6 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_
 					RETURN_ADDRESS_OFFSET))		\
    : (rtx) 0)
 
-/* A C expression that is nonzero if X is a legitimate immediate operand
-   on the target machine when generating position independent code.  */
-
-#define LEGITIMATE_PIC_OPERAND_P(X) legitimate_pic_operand_p (X)
 
 /* Addressing modes, and classification of registers for them.  */
 

Reply via email to