<short summary of the patch>
authorCamm Maguire <camm@debian.org>
Sun, 13 Nov 2022 12:55:14 +0000 (12:55 +0000)
committerCamm Maguire <camm@debian.org>
Sun, 13 Nov 2022 12:55:14 +0000 (12:55 +0000)
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

gcl (2.6.12-61) unstable; urgency=medium

  * list_order.20

Gbp-Pq: Name list_order.21

h/alpha-linux.h

index 32a05da01f6a500e25d145de2652608e687b1222..c585f2257155a959621bf7ee407f41a0ccbe91d5 100755 (executable)
@@ -5,12 +5,14 @@
 
 #undef MPROTECT_ACTION_FLAGS
 #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
-#ifdef IN_GBC
-#include <ucontext.h>
-#define GET_FAULT_ADDR(sig,code,scp,addr) \
-  (char *)((struct ucontext *)scp )->uc_mcontext.sc_traparg_a0
-#endif
-#define SGC
+/* #ifdef IN_GBC */
+/* #include <ucontext.h> */
+/* #define GET_FAULT_ADDR(sig,code,scp,addr) \ no longer working*/
+/*   (char *)((struct ucontext *)scp )->uc_mcontext.sc_traparg_a0 */
+/*#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr  perhaps try this when get access*/
+/* #endif */
+/* #define SGC */
+#undef SGC
 
 #define RELOC_H "elf64_alpha_reloc.h"
 #define SPECIAL_RELOC_H "elf64_alpha_reloc_special.h"