From 6951700025cba17b96a672a18681ec47158618ae Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 14 Sep 2003 22:35:33 +0000 Subject: [PATCH] 2003-09-14 Andrew Cagney * 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 | 6 ++++++ gdb/dcache.c | 7 ++++--- gdb/environ.c | 5 +++-- gdb/hppam3-nat.c | 6 ++++-- gdb/ia64-aix-nat.c | 5 +++-- gdb/rs6000-tdep.c | 6 +++--- gdb/scm-exp.c | 3 ++- gdb/standalone.c | 5 +++-- 8 files changed, 28 insertions(+), 15 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 01d96cb..e4e8836 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2003-09-14 Andrew Cagney + * 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 + * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c". diff --git a/gdb/dcache.c b/gdb/dcache.c index eef6bbe..cc115cc 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -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. diff --git a/gdb/environ.c b/gdb/environ.c index 02dd57e..e1972a9 100644 --- a/gdb/environ.c +++ b/gdb/environ.c @@ -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 diff --git a/gdb/hppam3-nat.c b/gdb/hppam3-nat.c index 79c7f83..4ec1c50 100644 --- a/gdb/hppam3-nat.c +++ b/gdb/hppam3-nat.c @@ -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. diff --git a/gdb/ia64-aix-nat.c b/gdb/ia64-aix-nat.c index 83f9b6f..d480846 100644 --- a/gdb/ia64-aix-nat.c +++ b/gdb/ia64-aix-nat.c @@ -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. diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index e8e11e3..a631ffc 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -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 diff --git a/gdb/scm-exp.c b/gdb/scm-exp.c index ee7f21d..41d78af 100644 --- a/gdb/scm-exp.c +++ b/gdb/scm-exp.c @@ -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. diff --git a/gdb/standalone.c b/gdb/standalone.c index cddd5b9..37fbf6d 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -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. -- 2.7.4