aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-01-05 15:20:05 +0000
committerFred Fish <fnf@specifix.com>1996-01-05 15:20:05 +0000
commit3b0addb61fde1a47b366807a1697f356b7356362 (patch)
tree331a8b28824391709d10fe8abb5e454953d5a621
parent767f22d543fa638ae1d4f04715bc563f35682d4b (diff)
downloadfsf-binutils-gdb-3b0addb61fde1a47b366807a1697f356b7356362.zip
fsf-binutils-gdb-3b0addb61fde1a47b366807a1697f356b7356362.tar.gz
fsf-binutils-gdb-3b0addb61fde1a47b366807a1697f356b7356362.tar.bz2
Remove the pile of "Update copyright to ..." that I'd put in, and
the one from sac.
-rw-r--r--gdb/ChangeLog15
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 617b353..cb800a2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -18,35 +18,24 @@ Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
* infptrace.c (udot_info): New function.
(PT_*): Define each individually if that one is not defined.
- Update copyright to 1996.
* rs6000-nat.c (kernel_u_size): New function
Include <sys/user.h> for "struct user"
- Update copyright to 1996.
* alpha-nat.c (kernel_u_size): New function.
Include <sys/user.h> for "struct user"
- Update copyright to 1996.
* sparc-nat.c (kernel_u_size): New function.
Include <sys/user.h> for "struct user"
- Update copyright to 1996.
* i386b-nat.c (kernel_u_size): New function.
- Update copyright to 1996.
* i386v-nat.c (kernel_u_size): New function.
- Update copyright to 1996.
* config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
(kernel_u_size): Declare.
- Update copyright to 1996.
* config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
(kernel_u_size): Declare.
- Update copyright to 1996.
* config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
(kernel_u_size): Declare.
- Update copyright to 1996.
* config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
(kernel_u_size): Declare.
- Update copyright to 1996.
* config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
(kernel_u_size): Declare.
- Update copyright to 1996.
Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
@@ -65,10 +54,8 @@ Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
* i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
from NUM_REGS to get number of general registers that we care about.
- Update copyright to 1996.
* config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
of number of general regs and number of floating point regs.
- Update copyright to 1996.
Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
@@ -82,13 +69,11 @@ Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
* i386-tdep.c (skip_trampoline_code): New function.
* srec.c: Renamed dsrec.c to avoid filename collision.
* Makefile.in: Cope with renaming.
- Update copyrights to 1996.
Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
* symmisc.c (print_objfile_statistics): Print memory use statistics
for objfile psymbol, symbol, and type obstacks.
- Update copyright to 1996.
Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>