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: FYI: Minor ChangeLog correction


> 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


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