diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/vmsdbg.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 868bbe1..7822e8c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2010-06-29 Douglas B Rupp <rupp@gnat.com> + * vmsdbg.h: Update copyright. + +2010-06-29 Douglas B Rupp <rupp@gnat.com> + * vmsdbg.h (DST_K_TBG): New DST constant. * vmsdbgout.c (addr_const_to_string): Removed, not referenced. (write_modbeg): Cast module_language to avoid warning. diff --git a/gcc/vmsdbg.h b/gcc/vmsdbg.h index 1c62b36..18fb585 100644 --- a/gcc/vmsdbg.h +++ b/gcc/vmsdbg.h @@ -1,5 +1,5 @@ /* Definitions for the data structures and codes used in VMS debugging. - Copyright (C) 2001, 2007 Free Software Foundation, Inc. + Copyright (C) 2001, 2007, 2010 Free Software Foundation, Inc. This file is part of GCC. |