2003-09-14 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 14 Sep 2003 22:35:33 +0000 (22:35 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 14 Sep 2003 22:35:33 +0000 (22:35 +0000)
* rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
* dcache.c: Update copyrights and descriptions.
* scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.

gdb/ChangeLog
gdb/dcache.c
gdb/environ.c
gdb/hppam3-nat.c
gdb/ia64-aix-nat.c
gdb/rs6000-tdep.c
gdb/scm-exp.c
gdb/standalone.c

index 01d96cbc5334ae7b8f8e1578acbadfddbf0ea3e8..e4e88360d599128a748482384d6d523917b23925 100644 (file)
@@ -1,3 +1,9 @@
+2003-09-14  Andrew Cagney  <cagney@redhat.com>
+
+       * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
+       * dcache.c: Update copyrights and descriptions.
+       * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
+
 2003-09-14  Andrew Cagney  <cagney@redhat.com>
 
        * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
index eef6bbe1daea865b2c643c652e212a69a3eeb20a..cc115ccc027a402b4da6316bf1df06a8ac9f8af5 100644 (file)
@@ -1,6 +1,7 @@
-/* Caching code.
-   Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001
-   Free Software Foundation, Inc.
+/* Caching code for GDB, the GNU debugger.
+
+   Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2003 Free
+   Software Foundation, Inc.
 
    This file is part of GDB.
 
index 02dd57e787abe99bc3ef8466757f5231d4ca075d..e1972a94aafe2435a3b30b5514e5793f762dce2f 100644 (file)
@@ -1,6 +1,7 @@
 /* environ.c -- library for manipulating environments for GNU.
-   Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 2000
-   Free Software Foundation, Inc.
+
+   Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 2000,
+   2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 79c7f83b406583623bdd90ff530a4c4b1062d244..4ec1c5066b8de185a3f5a6828624153ec4f6a663 100644 (file)
@@ -1,5 +1,7 @@
-/* Low level interface to HP800 running mach 4.0.
-   Copyright 1995, 2000, 2001 Free Software Foundation, Inc.
+/* Low level interface to HP800 running mach 4.0 for GDB, the GNU
+   debugger.
+
+   Copyright 1995, 2000, 2001, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 83f9b6f2c34d43add2cab6790104824dbf1587eb..d48084675916f3b5765ea98824f98d71e92ceaf3 100644 (file)
@@ -1,5 +1,6 @@
-/* Functions specific to running gdb native on IA-64 running AIX.
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+/* Low level interface to IA-64 running AIX for GDB, the GNU debugger.
+
+   Copyright 2000, 2001, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index e8e11e3c54180f851bbb612d37d80abf1ec20a3d..a631ffc37e8b8e22bc6b3071c8464b520e614736 100644 (file)
@@ -1291,10 +1291,10 @@ ran_out_of_registers_for_arguments:
   store_unsigned_integer (tmp_buffer, 4, saved_sp);
   write_memory (sp, tmp_buffer, 4);
 
-  /* Set the stack pointer.  According to the ABI, the SP is ment to
+  /* Set the stack pointer.  According to the ABI, the SP is meant to
      be set _before_ the corresponding stack space is used.  No need
-     for that here though - the target has been completly stopped - it
-     isn't possible for an exception handler to stomp on the stack.  */
+     for that here though - the target has been completely stopped -
+     it isn't possible for an exception handler to stomp on the stack.  */
   regcache_raw_write_signed (regcache, SP_REGNUM, sp);
 
   /* Point the inferior function call's return address at the dummy's
index ee7f21d96165d61ea6abd1f1c40914cd860021e1..41d78afad716cfa1638aa120a738fb83bb5ec01e 100644 (file)
@@ -1,5 +1,6 @@
 /* Scheme/Guile language support routines for GDB, the GNU debugger.
-   Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
+
+   Copyright 1995, 1996, 2000, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index cddd5b9f7d28c24d6ddbbe3cecfe0799ffdb4a68..37fbf6d4772f5943f4e627153eb036027abbe8e1 100644 (file)
@@ -1,6 +1,7 @@
 /* Interface to bare machine for GDB running as kernel debugger.
-   Copyright 1986, 1989, 1991, 1992, 1993, 1995, 1996, 2000, 2001
-   Free Software Foundation, Inc.
+
+   Copyright 1986, 1989, 1991, 1992, 1993, 1995, 1996, 2000, 2001,
+   2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
This page took 0.033737 seconds and 4 git commands to generate.