Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb remove error(1) output.



details:   https://anonhg.NetBSD.org/src/rev/11d72db28c67
branches:  trunk
changeset: 790392:11d72db28c67
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 05 16:52:55 2013 +0000

description:
remove error(1) output.

diffstat:

 external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 1c68bc6f94cf -r 11d72db28c67 external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c
--- a/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c       Sat Oct 05 16:50:31 2013 +0000
+++ b/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c       Sat Oct 05 16:52:55 2013 +0000
@@ -288,7 +288,6 @@
 
   for (i = 0; i < RETCODE_NWORDS; i++)
     {
-/*###287 [cc] error: 'sigtramp_retcode' undeclared (first use in this function)%%%*/
       if (memcmp (w, sigtramp_retcode + (i * 4), 4) == 0)
        break;
     }



Home | Main Index | Thread Index | Old Index