Module Name: src
Committed By: christos
Date: Sat Oct 5 16:52:55 UTC 2013
Modified Files:
src/external/gpl3/gdb/dist/gdb: alphanbsd-tdep.c
Log Message:
remove error(1) output.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c
diff -u src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c:1.5 src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c:1.6
--- src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c:1.5 Fri Oct 4 19:40:17 2013
+++ src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c Sat Oct 5 12:52:55 2013
@@ -288,7 +288,6 @@ alphanbsd_sigtramp_offset (struct gdbarc
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;
}