Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* FYI: Minor ChangeLog correction
@ 2005-09-26 22:11 Joel Brobecker
  2005-09-26 22:17 ` Daniel Jacobowitz
  2005-09-27  3:38 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2005-09-26 22:11 UTC (permalink / raw)
  To: gdb-patches

Hello,

Not sure how to report this. I think think I needed to add a ChangeLog
entry to that ChangeLog correction ;-). Anyway, just to document on this
mailing-list the fact that I saw this tiny error in the name of the
directory when long_long.exp is, and corrected it.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.7363
diff -u -p -r1.7363 ChangeLog
--- ChangeLog   26 Sep 2005 21:40:33 -0000      1.7363
+++ ChangeLog   26 Sep 2005 22:08:47 -0000
@@ -32,8 +32,8 @@
        (arm_return_value): New function.
        (arm_gdbarch_init): Default for VFP float model for EABI binaries.
        Use set_gdbarch_return_value instead of obsolete functions.
-       * testsuite/long_long.exp: Exclude eabi targets from arm FPA float
-       format test.
+       * testsuite/gdb.base/long_long.exp: Exclude eabi targets from arm
+       FPA float format test.
 
 2005-09-21  Mark Kettenis  <kettenis@gnu.org>

-- 
Joel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FYI: Minor ChangeLog correction
  2005-09-26 22:11 FYI: Minor ChangeLog correction Joel Brobecker
@ 2005-09-26 22:17 ` Daniel Jacobowitz
  2005-09-26 22:33   ` Joel Brobecker
  2005-09-27  3:38 ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Daniel Jacobowitz @ 2005-09-26 22:17 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On Mon, Sep 26, 2005 at 03:11:22PM -0700, Joel Brobecker wrote:
> Hello,
> 
> Not sure how to report this. I think think I needed to add a ChangeLog
> entry to that ChangeLog correction ;-). Anyway, just to document on this
> mailing-list the fact that I saw this tiny error in the name of the
> directory when long_long.exp is, and corrected it.
> 
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/src/src/gdb/ChangeLog,v
> retrieving revision 1.7363
> diff -u -p -r1.7363 ChangeLog
> --- ChangeLog   26 Sep 2005 21:40:33 -0000      1.7363
> +++ ChangeLog   26 Sep 2005 22:08:47 -0000
> @@ -32,8 +32,8 @@
>         (arm_return_value): New function.
>         (arm_gdbarch_init): Default for VFP float model for EABI binaries.
>         Use set_gdbarch_return_value instead of obsolete functions.
> -       * testsuite/long_long.exp: Exclude eabi targets from arm FPA float
> -       format test.
> +       * testsuite/gdb.base/long_long.exp: Exclude eabi targets from arm
> +       FPA float format test.

Thanks - except you're both wrong... it's a test, it goes in
testsuite/ChangeLog.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FYI: Minor ChangeLog correction
  2005-09-26 22:17 ` Daniel Jacobowitz
@ 2005-09-26 22:33   ` Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2005-09-26 22:33 UTC (permalink / raw)
  To: gdb-patches

> Thanks - except you're both wrong... it's a test, it goes in
> testsuite/ChangeLog.

ARGH. You're right. I looked at testsuite/ChangeLog, and it appears
that this change is already documented there, so I simply removed
the two lines:

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.7364
diff -u -p -r1.7364 ChangeLog
--- ChangeLog   26 Sep 2005 22:09:41 -0000      1.7364
+++ ChangeLog   26 Sep 2005 22:30:05 -0000
@@ -32,8 +32,6 @@
        (arm_return_value): New function.
        (arm_gdbarch_init): Default for VFP float model for EABI binaries.
        Use set_gdbarch_return_value instead of obsolete functions.
-       * testsuite/gdb.base/long_long.exp: Exclude eabi targets from arm
-       FPA float format test.
 
 2005-09-21  Mark Kettenis  <kettenis@gnu.org>
 
The associated entry in testsuite/ChangeLog is:

2005-09-26  Paul Brook  <paul@codesourcery.com>

        * long_long.exp: Exclude eabi targets from arm FPA float format test.

(the subdirectory name is missing, however, but I did spot other cases
where this is missing, so I refrained from fixing something that might
have been intentional).

-- 
Joel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FYI: Minor ChangeLog correction
  2005-09-26 22:11 FYI: Minor ChangeLog correction Joel Brobecker
  2005-09-26 22:17 ` Daniel Jacobowitz
@ 2005-09-27  3:38 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2005-09-27  3:38 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

> Date: Mon, 26 Sep 2005 15:11:22 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> Not sure how to report this. I think think I needed to add a ChangeLog
> entry to that ChangeLog correction ;-).

No need: "cvs diff" shows all there is to know about such changes.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-27  3:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-26 22:11 FYI: Minor ChangeLog correction Joel Brobecker
2005-09-26 22:17 ` Daniel Jacobowitz
2005-09-26 22:33   ` Joel Brobecker
2005-09-27  3:38 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox