* [PATCH] mention tilegx in gdb 7.6 release news
@ 2013-03-14 12:40 Jiong Wang
2013-03-14 12:59 ` Jiong Wang
0 siblings, 1 reply; 7+ messages in thread
From: Jiong Wang @ 2013-03-14 12:40 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
I noticed gdb 7.6 branch created, but tilegx target is not mentioned in
the NEWS. tilegx is not in 7.5.
gdb/ChangeLog:
* NEWS: mention TILE-Gx in "New native configurations" and
"New targets" section.
please CR, thanks
---
Regards,
Jiong
Tilera Corporation.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gdb.patch --]
[-- Type: text/plain; charset="gb18030"; name="gdb.patch", Size: 648 bytes --]
diff --git a/gdb/NEWS b/gdb/NEWS
index b759adf..e3f544e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -47,6 +47,7 @@ record function-call-history prints the execution history at
ARM AArch64 GNU/Linux aarch64*-*-linux-gnu
FreeBSD/powerpc powerpc*-*-freebsd
+TILE-Gx GNU/Linux tilegx*-*-linux-gnu
* New targets
@@ -54,6 +55,7 @@ ARM AArch64 aarch64*-*-elf
ARM AArch64 GNU/Linux aarch64*-*-linux
Lynx 178 PowerPC powerpc-*-lynx*178
x86_64/Cygwin x86_64-*-cygwin*
+TILE-Gx GNU/Linux tilegx*-*-linux
* If the configured location of system.gdbinit file (as given by the
--with-system-gdbinit option at configure time) is in the
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mention tilegx in gdb 7.6 release news
2013-03-14 12:40 [PATCH] mention tilegx in gdb 7.6 release news Jiong Wang
@ 2013-03-14 12:59 ` Jiong Wang
2013-03-20 16:00 ` Joel Brobecker
0 siblings, 1 reply; 7+ messages in thread
From: Jiong Wang @ 2013-03-14 12:59 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 518 bytes --]
on 2013/3/14 20:40, Jiong Wang wrote:
> I noticed gdb 7.6 branch created, but tilegx target is not mentioned in
> the NEWS. tilegx is not in 7.5.
>
> gdb/ChangeLog:
>
> * NEWS: mention TILE-Gx in "New native configurations" and
> "New targets" section.
>
> please CR, thanks
updated the patch, add corporation name.
gdb/ChangeLog:
* NEWS: mention TILE-Gx in "New native configurations" and
"New targets" section.
please CR, thanks.
---
Regards,
Jiong
>
> ---
> Regards,
> Jiong
> Tilera Corporation.
[-- Attachment #2: gdb.patch --]
[-- Type: text/plain, Size: 660 bytes --]
diff --git a/gdb/NEWS b/gdb/NEWS
index b759adf..e3f544e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -47,6 +47,7 @@ record function-call-history prints the execution history at
ARM AArch64 GNU/Linux aarch64*-*-linux-gnu
FreeBSD/powerpc powerpc*-*-freebsd
+Tilera TILE-Gx GNU/Linux tilegx*-*-linux-gnu
* New targets
@@ -54,6 +55,7 @@ ARM AArch64 aarch64*-*-elf
ARM AArch64 GNU/Linux aarch64*-*-linux
Lynx 178 PowerPC powerpc-*-lynx*178
x86_64/Cygwin x86_64-*-cygwin*
+Tilera TILE-Gx GNU/Linux tilegx*-*-linux
* If the configured location of system.gdbinit file (as given by the
--with-system-gdbinit option at configure time) is in the
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mention tilegx in gdb 7.6 release news
2013-03-14 12:59 ` Jiong Wang
@ 2013-03-20 16:00 ` Joel Brobecker
2013-03-21 3:50 ` Jiong Wang
0 siblings, 1 reply; 7+ messages in thread
From: Joel Brobecker @ 2013-03-20 16:00 UTC (permalink / raw)
To: Jiong Wang; +Cc: gdb-patches, Eli Zaretskii
On Thu, Mar 14, 2013 at 08:59:42PM +0800, Jiong Wang wrote:
> on 2013/3/14 20:40, Jiong Wang wrote:
> >I noticed gdb 7.6 branch created, but tilegx target is not mentioned in
> >the NEWS. tilegx is not in 7.5.
> >
> >gdb/ChangeLog:
> >
> >* NEWS: mention TILE-Gx in "New native configurations" and
> >"New targets" section.
> >
> >please CR, thanks
>
> updated the patch, add corporation name.
>
> gdb/ChangeLog:
>
> * NEWS: mention TILE-Gx in "New native configurations" and
> "New targets" section.
>
> please CR, thanks.
JIC: If this patch gets approved, it needs to be ported to the 7.6
branch as well.
Thank you!
>
> ---
> Regards,
> Jiong
>
>
> >
> >---
> >Regards,
> >Jiong
> >Tilera Corporation.
>
> diff --git a/gdb/NEWS b/gdb/NEWS
> index b759adf..e3f544e 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -47,6 +47,7 @@ record function-call-history prints the execution history at
>
> ARM AArch64 GNU/Linux aarch64*-*-linux-gnu
> FreeBSD/powerpc powerpc*-*-freebsd
> +Tilera TILE-Gx GNU/Linux tilegx*-*-linux-gnu
>
> * New targets
>
> @@ -54,6 +55,7 @@ ARM AArch64 aarch64*-*-elf
> ARM AArch64 GNU/Linux aarch64*-*-linux
> Lynx 178 PowerPC powerpc-*-lynx*178
> x86_64/Cygwin x86_64-*-cygwin*
> +Tilera TILE-Gx GNU/Linux tilegx*-*-linux
>
> * If the configured location of system.gdbinit file (as given by the
> --with-system-gdbinit option at configure time) is in the
--
Joel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mention tilegx in gdb 7.6 release news
2013-03-20 16:00 ` Joel Brobecker
@ 2013-03-21 3:50 ` Jiong Wang
2013-04-01 12:54 ` Jiong Wang
0 siblings, 1 reply; 7+ messages in thread
From: Jiong Wang @ 2013-03-21 3:50 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches, Eli Zaretskii
äº 2013/3/20 23:53, Joel Brobecker åé:
> On Thu, Mar 14, 2013 at 08:59:42PM +0800, Jiong Wang wrote:
>> on 2013/3/14 20:40, Jiong Wang wrote:
>>> I noticed gdb 7.6 branch created, but tilegx target is not mentioned in
>>> the NEWS. tilegx is not in 7.5.
>>>
>>> gdb/ChangeLog:
>>>
>>> * NEWS: mention TILE-Gx in "New native configurations" and
>>> "New targets" section.
>>>
>>> please CR, thanks
>> updated the patch, add corporation name.
>>
>> gdb/ChangeLog:
>>
>> * NEWS: mention TILE-Gx in "New native configurations" and
>> "New targets" section.
>>
>> please CR, thanks.
> JIC: If this patch gets approved, it needs to be ported to the 7.6
> branch as well.
Got it. So, this patch approved?
---
Regards,
Jiong
Tilera Corporation
>
> Thank you!
>
>> ---
>> Regards,
>> Jiong
>>
>>
>>> ---
>>> Regards,
>>> Jiong
>>> Tilera Corporation.
>> diff --git a/gdb/NEWS b/gdb/NEWS
>> index b759adf..e3f544e 100644
>> --- a/gdb/NEWS
>> +++ b/gdb/NEWS
>> @@ -47,6 +47,7 @@ record function-call-history prints the execution history at
>>
>> ARM AArch64 GNU/Linux aarch64*-*-linux-gnu
>> FreeBSD/powerpc powerpc*-*-freebsd
>> +Tilera TILE-Gx GNU/Linux tilegx*-*-linux-gnu
>>
>> * New targets
>>
>> @@ -54,6 +55,7 @@ ARM AArch64 aarch64*-*-elf
>> ARM AArch64 GNU/Linux aarch64*-*-linux
>> Lynx 178 PowerPC powerpc-*-lynx*178
>> x86_64/Cygwin x86_64-*-cygwin*
>> +Tilera TILE-Gx GNU/Linux tilegx*-*-linux
>>
>> * If the configured location of system.gdbinit file (as given by the
>> --with-system-gdbinit option at configure time) is in the
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mention tilegx in gdb 7.6 release news
2013-03-21 3:50 ` Jiong Wang
@ 2013-04-01 12:54 ` Jiong Wang
2013-04-01 18:14 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Jiong Wang @ 2013-04-01 12:54 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches, Eli Zaretskii
on 2013/3/21 9:58, Jiong Wang wrote:
>
>>>
>>> gdb/ChangeLog:
>>>
>>> * NEWS: mention TILE-Gx in "New native configurations" and
>>> "New targets" section.
>>>
>>> please CR, thanks.
>> JIC: If this patch gets approved, it needs to be ported to the 7.6
>> branch as well.
>
> Got it. So, this patch approved?
Ping.
---
Regards,
Jiong
Tilera Corporation
>
> ---
> Regards,
> Jiong
> Tilera Corporation
>
>>
>> Thank you!
>>
>>> ---
>>> Regards,
>>> Jiong
>>>
>>>
>>>> ---
>>>> Regards,
>>>> Jiong
>>>> Tilera Corporation.
>>> diff --git a/gdb/NEWS b/gdb/NEWS
>>> index b759adf..e3f544e 100644
>>> --- a/gdb/NEWS
>>> +++ b/gdb/NEWS
>>> @@ -47,6 +47,7 @@ record function-call-history prints the
>>> execution history at
>>> ARM AArch64 GNU/Linux aarch64*-*-linux-gnu
>>> FreeBSD/powerpc powerpc*-*-freebsd
>>> +Tilera TILE-Gx GNU/Linux tilegx*-*-linux-gnu
>>> * New targets
>>> @@ -54,6 +55,7 @@ ARM AArch64 aarch64*-*-elf
>>> ARM AArch64 GNU/Linux aarch64*-*-linux
>>> Lynx 178 PowerPC powerpc-*-lynx*178
>>> x86_64/Cygwin x86_64-*-cygwin*
>>> +Tilera TILE-Gx GNU/Linux tilegx*-*-linux
>>> * If the configured location of system.gdbinit file (as given by
>>> the
>>> --with-system-gdbinit option at configure time) is in the
>>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] mention tilegx in gdb 7.6 release news
2013-04-01 12:54 ` Jiong Wang
@ 2013-04-01 18:14 ` Eli Zaretskii
2013-04-02 13:39 ` [COMMITTED][PATCH] " Jiong Wang
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2013-04-01 18:14 UTC (permalink / raw)
To: Jiong Wang; +Cc: brobecker, gdb-patches
> Date: Mon, 1 Apr 2013 20:40:52 +0800
> From: Jiong Wang <jiwang@tilera.com>
> CC: <gdb-patches@sourceware.org>, Eli Zaretskii <eliz@gnu.org>
>
> on 2013/3/21 9:58, Jiong Wang wrote:
> >
> >>>
> >>> gdb/ChangeLog:
> >>>
> >>> * NEWS: mention TILE-Gx in "New native configurations" and
> >>> "New targets" section.
> >>>
> >>> please CR, thanks.
> >> JIC: If this patch gets approved, it needs to be ported to the 7.6
> >> branch as well.
> >
> > Got it. So, this patch approved?
>
> Ping.
Sorry. yes, approved.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [COMMITTED][PATCH] mention tilegx in gdb 7.6 release news
2013-04-01 18:14 ` Eli Zaretskii
@ 2013-04-02 13:39 ` Jiong Wang
0 siblings, 0 replies; 7+ messages in thread
From: Jiong Wang @ 2013-04-02 13:39 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: brobecker, gdb-patches
[-- Attachment #1: Type: text/plain, Size: 779 bytes --]
On 04/01/2013 09:29 PM, Eli Zaretskii wrote:
>> Date: Mon, 1 Apr 2013 20:40:52 +0800
>> From: Jiong Wang <jiwang@tilera.com>
>> CC: <gdb-patches@sourceware.org>, Eli Zaretskii <eliz@gnu.org>
>>
>> on 2013/3/21 9:58, Jiong Wang wrote:
>>>>> gdb/ChangeLog:
>>>>>
>>>>> * NEWS: mention TILE-Gx in "New native configurations" and
>>>>> "New targets" section.
>>>>>
>>>>> please CR, thanks.
>>>> JIC: If this patch gets approved, it needs to be ported to the 7.6
>>>> branch as well.
>>> Got it. So, this patch approved?
>> Ping.
> Sorry. yes, approved.
commited the following on both mainline and 7.6 branch.
thanks.
---
gdb/ChangeLog:
* NEWS: Mention TILE-Gx in "New native configurations" and
"New targets" sections.
--
Regards,
Jiong
Tilera Corporation.
[-- Attachment #2: gdb.patch --]
[-- Type: text/x-patch, Size: 660 bytes --]
diff --git a/gdb/NEWS b/gdb/NEWS
index b759adf..e3f544e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -47,6 +47,7 @@ record function-call-history prints the execution history at
ARM AArch64 GNU/Linux aarch64*-*-linux-gnu
FreeBSD/powerpc powerpc*-*-freebsd
+Tilera TILE-Gx GNU/Linux tilegx*-*-linux-gnu
* New targets
@@ -54,6 +55,7 @@ ARM AArch64 aarch64*-*-elf
ARM AArch64 GNU/Linux aarch64*-*-linux
Lynx 178 PowerPC powerpc-*-lynx*178
x86_64/Cygwin x86_64-*-cygwin*
+Tilera TILE-Gx GNU/Linux tilegx*-*-linux
* If the configured location of system.gdbinit file (as given by the
--with-system-gdbinit option at configure time) is in the
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-04-02 3:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-14 12:40 [PATCH] mention tilegx in gdb 7.6 release news Jiong Wang
2013-03-14 12:59 ` Jiong Wang
2013-03-20 16:00 ` Joel Brobecker
2013-03-21 3:50 ` Jiong Wang
2013-04-01 12:54 ` Jiong Wang
2013-04-01 18:14 ` Eli Zaretskii
2013-04-02 13:39 ` [COMMITTED][PATCH] " Jiong Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox