This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Formatting fix in i386nbsd-tdep.c


There was a line that was a bit too long in i386nbsd-tdep.c

Committed as obvious.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.

Index: i386nbsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386nbsd-tdep.c,v
retrieving revision 1.5
diff -u -p -r1.5 i386nbsd-tdep.c
--- i386nbsd-tdep.c 14 Jun 2002 19:42:19 -0000 1.5
+++ i386nbsd-tdep.c 2 Jul 2002 08:34:23 -0000
@@ -86,8 +86,8 @@ fetch_core_registers (char *core_reg_sec
 }
 
 static void
-fetch_elfcore_registers (char *core_reg_sect, unsigned core_reg_size, int which,
-                         CORE_ADDR ignore)
+fetch_elfcore_registers (char *core_reg_sect, unsigned core_reg_size,
+			 int which, CORE_ADDR ignore)
 {
   switch (which)
     {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]