* [PUSHED OBV] The NEWS file had two "New targets" sections for 8.3.
@ 2019-03-12 21:00 John Baldwin
2019-03-12 21:09 ` John Baldwin
2019-03-12 21:12 ` Rainer Orth
0 siblings, 2 replies; 5+ messages in thread
From: John Baldwin @ 2019-03-12 21:00 UTC (permalink / raw)
To: gdb-patches
gdb/ChangeLog:
* NEWS: Combine separate "New targets" sections for 8.3.
---
gdb/ChangeLog | 4 ++++
gdb/NEWS | 7 ++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fe7504c27a..eea9ecfde9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2019-03-12 John Baldwin <jhb@FreeBSD.org>
+
+ * NEWS: Combine separate "New targets" sections for 8.3.
+
2019-03-12 John Baldwin <jhb@FreeBSD.org>
* ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
diff --git a/gdb/NEWS b/gdb/NEWS
index cc7c35c064..88ce9a7104 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -55,11 +55,6 @@
* Removed support for old demangling styles arm, edg, gnu, hp and
lucid.
-* New targets
-
- NXP S12Z s12z-*-elf
- GNU/Linux/OpenRISC or1k*-*-linux*
-
* New commands
set debug compile-cplus-types
@@ -187,6 +182,8 @@ GNU/Linux/RISC-V riscv*-*-linux*
CSKY ELF csky*-*-elf
CSKY GNU/LINUX csky*-*-linux
FreeBSD/riscv riscv*-*-freebsd*
+NXP S12Z s12z-*-elf
+GNU/Linux/OpenRISC or1k*-*-linux*
* Removed targets
--
2.19.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PUSHED OBV] The NEWS file had two "New targets" sections for 8.3.
2019-03-12 21:00 [PUSHED OBV] The NEWS file had two "New targets" sections for 8.3 John Baldwin
@ 2019-03-12 21:09 ` John Baldwin
2019-03-14 6:53 ` Joel Brobecker
2019-03-12 21:12 ` Rainer Orth
1 sibling, 1 reply; 5+ messages in thread
From: John Baldwin @ 2019-03-12 21:09 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches
On 3/12/19 2:00 PM, John Baldwin wrote:
> gdb/ChangeLog:
>
> * NEWS: Combine separate "New targets" sections for 8.3.
Ok for the 8.3 branch?
> ---
> gdb/ChangeLog | 4 ++++
> gdb/NEWS | 7 ++-----
> 2 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/gdb/ChangeLog b/gdb/ChangeLog
> index fe7504c27a..eea9ecfde9 100644
> --- a/gdb/ChangeLog
> +++ b/gdb/ChangeLog
> @@ -1,3 +1,7 @@
> +2019-03-12 John Baldwin <jhb@FreeBSD.org>
> +
> + * NEWS: Combine separate "New targets" sections for 8.3.
> +
> 2019-03-12 John Baldwin <jhb@FreeBSD.org>
>
> * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
> diff --git a/gdb/NEWS b/gdb/NEWS
> index cc7c35c064..88ce9a7104 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -55,11 +55,6 @@
> * Removed support for old demangling styles arm, edg, gnu, hp and
> lucid.
>
> -* New targets
> -
> - NXP S12Z s12z-*-elf
> - GNU/Linux/OpenRISC or1k*-*-linux*
> -
> * New commands
>
> set debug compile-cplus-types
> @@ -187,6 +182,8 @@ GNU/Linux/RISC-V riscv*-*-linux*
> CSKY ELF csky*-*-elf
> CSKY GNU/LINUX csky*-*-linux
> FreeBSD/riscv riscv*-*-freebsd*
> +NXP S12Z s12z-*-elf
> +GNU/Linux/OpenRISC or1k*-*-linux*
>
> * Removed targets
>
>
--
John Baldwin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PUSHED OBV] The NEWS file had two "New targets" sections for 8.3.
2019-03-12 21:00 [PUSHED OBV] The NEWS file had two "New targets" sections for 8.3 John Baldwin
2019-03-12 21:09 ` John Baldwin
@ 2019-03-12 21:12 ` Rainer Orth
2019-03-12 21:53 ` John Baldwin
1 sibling, 1 reply; 5+ messages in thread
From: Rainer Orth @ 2019-03-12 21:12 UTC (permalink / raw)
To: John Baldwin; +Cc: gdb-patches
John Baldwin <jhb@FreeBSD.org> writes:
> diff --git a/gdb/NEWS b/gdb/NEWS
> index cc7c35c064..88ce9a7104 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -55,11 +55,6 @@
> * Removed support for old demangling styles arm, edg, gnu, hp and
> lucid.
>
> -* New targets
> -
> - NXP S12Z s12z-*-elf
> - GNU/Linux/OpenRISC or1k*-*-linux*
> -
> * New commands
>
> set debug compile-cplus-types
> @@ -187,6 +182,8 @@ GNU/Linux/RISC-V riscv*-*-linux*
> CSKY ELF csky*-*-elf
> CSKY GNU/LINUX csky*-*-linux
> FreeBSD/riscv riscv*-*-freebsd*
> +NXP S12Z s12z-*-elf
> +GNU/Linux/OpenRISC or1k*-*-linux*
Shouldn't they be sorted alphabetically, either by name or target
triplet?
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PUSHED OBV] The NEWS file had two "New targets" sections for 8.3.
2019-03-12 21:12 ` Rainer Orth
@ 2019-03-12 21:53 ` John Baldwin
0 siblings, 0 replies; 5+ messages in thread
From: John Baldwin @ 2019-03-12 21:53 UTC (permalink / raw)
To: Rainer Orth; +Cc: gdb-patches
On 3/12/19 2:12 PM, Rainer Orth wrote:
> John Baldwin <jhb@FreeBSD.org> writes:
>
>> diff --git a/gdb/NEWS b/gdb/NEWS
>> index cc7c35c064..88ce9a7104 100644
>> --- a/gdb/NEWS
>> +++ b/gdb/NEWS
>> @@ -55,11 +55,6 @@
>> * Removed support for old demangling styles arm, edg, gnu, hp and
>> lucid.
>>
>> -* New targets
>> -
>> - NXP S12Z s12z-*-elf
>> - GNU/Linux/OpenRISC or1k*-*-linux*
>> -
>> * New commands
>>
>> set debug compile-cplus-types
>> @@ -187,6 +182,8 @@ GNU/Linux/RISC-V riscv*-*-linux*
>> CSKY ELF csky*-*-elf
>> CSKY GNU/LINUX csky*-*-linux
>> FreeBSD/riscv riscv*-*-freebsd*
>> +NXP S12Z s12z-*-elf
>> +GNU/Linux/OpenRISC or1k*-*-linux*
>
> Shouldn't they be sorted alphabetically, either by name or target
> triplet?
In the past few releases they've just been in "as-added" order. Sorting
by some other thing seems fine to me, but I'll defer to the maintainers
on what key to use.
--
John Baldwin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PUSHED OBV] The NEWS file had two "New targets" sections for 8.3.
2019-03-12 21:09 ` John Baldwin
@ 2019-03-14 6:53 ` Joel Brobecker
0 siblings, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2019-03-14 6:53 UTC (permalink / raw)
To: John Baldwin; +Cc: gdb-patches
> > gdb/ChangeLog:
> >
> > * NEWS: Combine separate "New targets" sections for 8.3.
>
> Ok for the 8.3 branch?
Absolutely :).
Thanks John.
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-03-14 6:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12 21:00 [PUSHED OBV] The NEWS file had two "New targets" sections for 8.3 John Baldwin
2019-03-12 21:09 ` John Baldwin
2019-03-14 6:53 ` Joel Brobecker
2019-03-12 21:12 ` Rainer Orth
2019-03-12 21:53 ` John Baldwin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox