This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: New port: ia64-hp-openvms (3/3) - ia64-vms-tdep.c
On Feb 22, 2012, at 8:40 PM, Douglas Rupp wrote:
> On 2/22/2012 11:32 AM, Pedro Alves wrote:
>> Okay. Just some minor nits below.
>>> diff --git a/configure.ac b/configure.ac
>>> index 9d48e90..c24fff4 100644
>>> --- a/configure.ac
>>> +++ b/configure.ac
>>> @@ -929,8 +929,8 @@ case "${target}" in
>>> noconfigdirs="$noconfigdirs libgui itcl ld"
>>> ;;
>>> ia64*-*-*vms*)
>>> - # No gdb or ld support yet.
>>> - noconfigdirs="$noconfigdirs readline libgui itcl gdb ld"
>>> + # No ld support yet.
>>> + noconfigdirs="$noconfigdirs libgui itcl ld"
>>> ;;
>>> i[[3456789]]86-w64-mingw*)
>>> ;;
>> Remember this should be synced with gcc. (and needs a ChangeLog entry).
>>
>
> I believe there is ld support now.
Not yet, only for Alpha VMS. I haven't yet submitted the bfd+ld change.
Tristan.