Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RISC-V: make USE_LOAD_ADDRESS_MACRO easier to understand
The current macro has several && and || making it really hard to understand the first time. Signed-off-by: Vineet Gupta <[email protected]> gcc/ChangeLog: * config/riscv/riscv.h (LOCAL_SYM_P): New. (USE_LOAD_ADDRESS_MACRO): Simplify by calling LOCAL_SYM_P.
- Loading branch information