NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-hppa/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after breakpoint



The following reply was made to PR port-hppa/56865; it has been noted by GNATS.

From: Tom Lane <tgl%sss.pgh.pa.us@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-hppa/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after breakpoint
Date: Thu, 09 Jun 2022 13:12:02 -0400

 Umm ... the committed patch fails to fix this, because "__hppa__"
 is misspelled:
 
 #if defined(__aarch64__) || defined(__arm__) || defined(__hppa___) || \
     defined(__powerpc__) || defined(__sh3__) || defined(sparc)
         /*
 
 One "_" too many.
 
 			regards, tom lane
 


Home | Main Index | Thread Index | Old Index