This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/3] Remove HP-UX references fom testsuite


On 20 December 2015 at 00:08, Joel Brobecker <brobecker@adacore.com> wrote:
> There is a discrepancy I do not understand, here. You removed the $proto
> suffix for marker2. proto is empty unless hp_aCC_compiler is non-zero.
> I assume that HP ACC is only available on HP-UX, which means it's OK
> to remove it here, but then why not remove...
>
>     if {$hp_aCC_compiler} {
>         set proto "\\(int\\)"
>     } else {
>         set proto ""
>     }
>
> ... earlier in the test, and all references to proto?


Oh, I actually removed it in 2/3 (references to CC/aCC compilers).  I
had left out this $proto by mistake.  I updated 2/3 to remove it.

Thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]