This is the mail archive of the gdb-patches@sourceware.cygnus.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]

arm-opcode.h -> opcode/arm.h


Stumbled across the below.

I'm just wondering if arm-xdep.c should also (finally) be renamed to
arm-nat.c.

Ok?

	Andrew
Wed Nov 17 17:01:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>

	* arm-xdep.c: #include "arm-opcode.h" -> "opcode/arm.h".
+ 
Index: arm-xdep.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/arm-xdep.c,v
retrieving revision 1.18
diff -p -r1.18 arm-xdep.c
*** arm-xdep.c	1999/08/08 07:19:43	1.18
--- arm-xdep.c	1999/11/17 06:03:54
***************
*** 21,27 ****
  #include "defs.h"
  #include "frame.h"
  #include "inferior.h"
! #include "arm-opcode.h"
  
  #include <sys/param.h>
  #include <sys/dir.h>
--- 21,27 ----
  #include "defs.h"
  #include "frame.h"
  #include "inferior.h"
! #include "opcode/arm.h"
  
  #include <sys/param.h>
  #include <sys/dir.h>

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