aboutsummaryrefslogtreecommitdiff
path: root/gdb/ia64-linux-nat.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-03-23 04:27:26 +0000
committerKevin Buettner <kevinb@redhat.com>2000-03-23 04:27:26 +0000
commit64a5b29c665fbcac6360bcb9160e83b7bcdc670c (patch)
treed9ab7956233f030c3b0be9f900a78a72591668e5 /gdb/ia64-linux-nat.c
parent7e5cd2dee0c04c238bb14871aa847f25064d9f8b (diff)
downloadfsf-binutils-gdb-64a5b29c665fbcac6360bcb9160e83b7bcdc670c.zip
fsf-binutils-gdb-64a5b29c665fbcac6360bcb9160e83b7bcdc670c.tar.gz
fsf-binutils-gdb-64a5b29c665fbcac6360bcb9160e83b7bcdc670c.tar.bz2
HFA, function descriptor handling for IA-64.
Diffstat (limited to 'gdb/ia64-linux-nat.c')
-rw-r--r--gdb/ia64-linux-nat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c
index 2a664d5..9a29c66 100644
--- a/gdb/ia64-linux-nat.c
+++ b/gdb/ia64-linux-nat.c
@@ -1,5 +1,5 @@
-/* Functions specific to running gdb native on IA64 running Linux.
- Copyright 1999 Free Software Foundation, Inc.
+/* Functions specific to running gdb native on IA-64 running Linux.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
@@ -394,6 +394,6 @@ fill_gregset (gregsetp, regno)
gregset_t *gregsetp;
int regno;
{
- fprintf(stderr, "Warning: fill_gregset not implemented!\n");
+ fprintf (stderr, "Warning: fill_gregset not implemented!\n");
/* FIXME: Implement later */
}