diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-04-09 16:48:39 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-04-09 16:48:39 +0000 |
commit | 9f973f284255fa36ee23ac15700037e6f19a1fce (patch) | |
tree | 603aa51ca8cd73f9fe3686cb54d3d47a5f9a163d /bfd/elf32-i386.c | |
parent | 290b3896b49605d815524686bd7390a0fa8cf541 (diff) | |
download | gdb-9f973f284255fa36ee23ac15700037e6f19a1fce.zip gdb-9f973f284255fa36ee23ac15700037e6f19a1fce.tar.gz gdb-9f973f284255fa36ee23ac15700037e6f19a1fce.tar.bz2 |
Update copyright year.
2011-04-09 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c: Update copyright year.
* elf64-x86-64.c: Likewise.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index acabeb3..3d8e2df 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -1,6 +1,7 @@ /* Intel 80386/80486-specific support for 32-bit ELF Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. |