diff options
author | Douglas B Rupp <rupp@gnat.com> | 2010-06-29 19:04:12 +0000 |
---|---|---|
committer | Douglas Rupp <rupp@gcc.gnu.org> | 2010-06-29 19:04:12 +0000 |
commit | cb488ce12e611e2f936c48a420c377a558196f8f (patch) | |
tree | d8bdbafeb27eabd52c6cad602299205fdbedc378 /gcc | |
parent | 42488c1b62c7dfa35e30ef1787da3b09a54380bb (diff) | |
download | gcc-cb488ce12e611e2f936c48a420c377a558196f8f.zip gcc-cb488ce12e611e2f936c48a420c377a558196f8f.tar.gz gcc-cb488ce12e611e2f936c48a420c377a558196f8f.tar.bz2 |
Committed as obvious.
* vmsdbg.h: Update copyright.
From-SVN: r161552
Diffstat (limited to 'gcc')
-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. |