Remove code for the !TARGET_BIG_SWITCH case
This commit is contained in:
parent
60a7af113b
commit
7152806b73
10
external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h
vendored
10
external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h
vendored
@ -73,17 +73,11 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
#undef ASM_OUTPUT_ADDR_VEC_ELT
|
||||
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
|
||||
if (TARGET_BIG_SWITCH) \
|
||||
fprintf (FILE, "\t.word .L%d\n", VALUE); \
|
||||
else \
|
||||
fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
|
||||
fprintf (FILE, "\t.word .L%d\n", VALUE)
|
||||
|
||||
#undef ASM_OUTPUT_ADDR_DIFF_ELT
|
||||
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
|
||||
if (TARGET_BIG_SWITCH) \
|
||||
fprintf (FILE, "\t.word .L%d-.L%d\n", VALUE, REL); \
|
||||
else \
|
||||
fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
|
||||
fprintf (FILE, "\t.word .L%d-.L%d\n", VALUE, REL)
|
||||
|
||||
/* Use the default. */
|
||||
#undef ASM_OUTPUT_LABEL
|
||||
|
Loading…
Reference in New Issue
Block a user