Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Fix annoying misleading pointer
@ 2007-10-25  0:39 Pedro Alves
  2007-10-25  6:02 ` Joel Brobecker
  2007-10-25 12:09 ` Pierre Muller
  0 siblings, 2 replies; 4+ messages in thread
From: Pedro Alves @ 2007-10-25  0:39 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

Hi,

Was looking at Mach exceptions, and was bitten by this once again.  Hopefully
this will be the last.

Tested by following the directions with emacs.

Cheers,
Pedro Alves

[-- Attachment #2: signals.c.diff --]
[-- Type: application/octet-stream, Size: 680 bytes --]

2007-10-24  Pedro Alves  <pedro_alves@portugalmail.pt>

	* signals/signals.c (signals): Update pointer to enum
	target_signal declaration.

---
 gdb/signals/signals.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: src/gdb/signals/signals.c
===================================================================
--- src.orig/gdb/signals/signals.c	2007-09-22 17:09:54.000000000 +0100
+++ src/gdb/signals/signals.c	2007-10-24 23:29:02.000000000 +0100
@@ -45,7 +45,7 @@
 #endif
 
 /* This table must match in order and size the signals in enum target_signal
-   in target.h.  */
+   in src/include/gdb/signals.h.  */
 /* *INDENT-OFF* */
 static struct {
   char *name;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-25 21:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-25  0:39 Fix annoying misleading pointer Pedro Alves
2007-10-25  6:02 ` Joel Brobecker
2007-10-25 21:47   ` Pedro Alves
2007-10-25 12:09 ` Pierre Muller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox