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

Andrew Cagney ac131313@cygnus.com
Tue Nov 16 22:17:00 GMT 1999


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>


More information about the Gdb-patches mailing list