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/c3dfa5604957
branches:  trunk
changeset: 840311:c3dfa5604957
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 8bc89e6bb1f6 -r c3dfa5604957 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