Module Name:    src
Committed By:   kamil
Date:           Thu Mar 12 15:56:45 UTC 2020

Modified Files:
        src/external/gpl3/gdb/dist/libiberty: strerror.c
        src/external/gpl3/gdb/dist/sim/ppc: events.c hw_memory.c

Log Message:
Reduce diff with upstream

Remove local no longer needed modifications.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/libiberty/strerror.c
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/sim/ppc/events.c \
    src/external/gpl3/gdb/dist/sim/ppc/hw_memory.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/libiberty/strerror.c
diff -u src/external/gpl3/gdb/dist/libiberty/strerror.c:1.3 src/external/gpl3/gdb/dist/libiberty/strerror.c:1.4
--- src/external/gpl3/gdb/dist/libiberty/strerror.c:1.3	Sun Aug 16 09:58:18 2015
+++ src/external/gpl3/gdb/dist/libiberty/strerror.c	Thu Mar 12 15:56:44 2020
@@ -347,7 +347,7 @@ static const struct error_info error_tab
   ENTRY(EPROTOTYPE, "EPROTOTYPE", "Protocol wrong type for socket"),
 #endif
 #if defined (ENOPROTOOPT)
-  ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol option not available"),
+  ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
 #endif
 #if defined (EPROTONOSUPPORT)
   ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),

Index: src/external/gpl3/gdb/dist/sim/ppc/events.c
diff -u src/external/gpl3/gdb/dist/sim/ppc/events.c:1.3 src/external/gpl3/gdb/dist/sim/ppc/events.c:1.4
--- src/external/gpl3/gdb/dist/sim/ppc/events.c:1.3	Thu Oct  3 18:30:46 2013
+++ src/external/gpl3/gdb/dist/sim/ppc/events.c	Thu Mar 12 15:56:45 2020
@@ -24,7 +24,6 @@
 #include "basics.h"
 #include "events.h"
 
-#include <stdlib.h>
 #include <signal.h>
 #include <stdlib.h>
 
Index: src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c
diff -u src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c:1.3 src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c:1.4
--- src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c:1.3	Sun Aug 16 10:00:19 2015
+++ src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c	Thu Mar 12 15:56:45 2020
@@ -29,8 +29,6 @@
 
 #include "device_table.h"
 
-#include <stdlib.h>
-
 /* DEVICE
 
 

Reply via email to