* hppa-tdep.h: Update copyright year.
authorMark Kettenis <kettenis@gnu.org>
Sun, 9 May 2004 20:51:48 +0000 (20:51 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 9 May 2004 20:51:48 +0000 (20:51 +0000)
(struct trad_frame_saved_reg): Add opaque declaration.

gdb/ChangeLog
gdb/hppa-tdep.h

index 248c1204b5b191a8226e4a037aede2695d05e28e..1af9e1f398a846ebf05f071e52518abbaccf3c80 100644 (file)
@@ -1,5 +1,8 @@
 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
 
+       * hppa-tdep.h: Update copyright year.
+       (struct trad_frame_saved_reg): Add opaque declaration.
+
        * amd64-tdep.c (amd64_return_value): Implement
        RETURN_VALUE_ABI_RETURNS_ADDRESS.
 
index 55c8bdaf4aeb129d0063230cd8535be7cf476127..8f779b6c670803a26a01f15d6a04dbb75d89a928 100644 (file)
@@ -1,5 +1,5 @@
 /* Common target dependent code for GDB on HPPA systems.
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,6 +21,8 @@
 #ifndef HPPA_TDEP_H
 #define HPPA_TDEP_H
 
+struct trad_frame_saved_reg;
+
 enum { HPPA_INSTRUCTION_SIZE = 4 };
 
 /* Register numbers of various important registers.
This page took 0.064559 seconds and 4 git commands to generate.