Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/vax remove debugging code
details: https://anonhg.NetBSD.org/src/rev/2f7c22cb9d77
branches: trunk
changeset: 450006:2f7c22cb9d77
user: christos <christos%NetBSD.org@localhost>
date: Tue Apr 02 03:47:30 2019 +0000
description:
remove debugging code
diffstat:
external/gpl3/gcc/dist/gcc/config/vax/vax.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (16 lines):
diff -r 42ae29edeb5a -r 2f7c22cb9d77 external/gpl3/gcc/dist/gcc/config/vax/vax.c
--- a/external/gpl3/gcc/dist/gcc/config/vax/vax.c Tue Apr 02 02:59:50 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/vax/vax.c Tue Apr 02 03:47:30 2019 +0000
@@ -1840,11 +1840,8 @@
static bool
indirectable_constant_address_p (rtx x, bool indirect)
{
- if (GET_CODE (x) == SYMBOL_REF) {
- fprintf (asm_out_file, "%s: %d %d %d\n", __func__,
- !flag_pic, SYMBOL_REF_LOCAL_P (x), !indirect);
+ if (GET_CODE (x) == SYMBOL_REF)
return !flag_pic || SYMBOL_REF_LOCAL_P (x) || !indirect;
-}
if (GET_CODE (x) == CONST)
return !flag_pic
Home |
Main Index |
Thread Index |
Old Index